[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/sitemgr/sitemgr-site/ -> htaccess (source)

   1  # $Id: htaccess 13729 2004-02-10 14:56:34Z ralfbecker $
   2  #
   3  # If you want your URLs to look like this:
   4  #   http://mymachine.com/page1
   5  # instead of like this:
   6  #   http://mymachine.com/index.php?page_name=page1
   7  # and you're running Apache, then customize and add
   8  # the below lines to your .htaccess file, or
   9  # copy this file to .htaccess.  Note that your
  10  # Apache web server needs to be setup to read
  11  # .htaccess files and allow use of the RewriteEngine
  12  # directive (AllowOverride FileInfo). 
  13  # you have to change the RewriteBase directive to the URI 
  14  # of your sitemgr install, and you have to change
  15  # the htaccess_rewrite variable in config.inc.php to True
  16  # from False.
  17  RewriteEngine On
  18  RewriteBase /
  19  RewriteRule ^([^/]*)$ index.php?page_name=$1&%{QUERY_STRING}


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7