Apache/Mod Rewrite

From ChekMate Security Group

How to get rid of the "index.php" part in the Wiki URLs:

#LoadModule rewrite_module modules/mod_rewrite.so
#AddModule mod_rewrite.c

<-uncomment in httpd.conf

 RewriteEngine on
 RewriteRule ^/wiki/index\.php/(.*)  /wiki/$1    [NC,QSA,L]

External References: