Apache/Mod Rewrite
From S23Wiki
How to get rid of the "index.php" part in the Wiki URLs:
(internal, for future reference)
#LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c <-uncomment in httpd.conf
michael: RewriteEngine on michael: RewriteRule ^/wiki/index\.php/(.*) /wiki/$1 [NC,QSA,L]
- http://httpd.apache.org/docs/mod/mod_rewrite.html
- http://httpd.apache.org/docs-2.0/misc/rewriteguide.html
- http://www.sitepoint.com/article/guide-url-rewriting
Categories: Computer | Apache | Linux

