[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/wiki/ -> htaccess (source)

   1  # .htaccess for the eGroupWare Wiki from ralfbecker@outdoor-training.de
   2  #
   3  # $Id: htaccess 16340 2004-08-09 18:09:10Z reinerj $
   4  #
   5  # If you want your URLs to look like this:
   6  #   http://mymachine.com/wiki/page1
   7  # instead of like this:
   8  #   http://mymachine.com/egroupware/wiki/index.php?page=page1
   9  # and you're running Apache, then customize and add
  10  # the below lines to your .htaccess file, or
  11  # copy this file to .htaccess.  Note that your
  12  # Apache web server needs to be setup to read
  13  # .htaccess files and allow use of the RewriteEngine
  14  # directive (AllowOverride FileInfo). 
  15  # you have to change the RewriteBase directive to the URI 
  16  # of your wiki install.
  17  # 
  18  RewriteEngine On
  19  RewriteBase /wiki
  20  RewriteRule ^([^/]*)$ ../egroupware/wiki/index.php?page=$1&{QUERY_STRING}


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