Revision [2478]

This is an old revision of ModRewrite made by JsnX on 2004-11-26 12:50:48.

 

ModRewrite is the funny way to translate URL like http://wikka.jsnx.com/DotMG to http://wikka.jsnx.com/wakka.php?wakka=DotMG. In some servers, this module isn' t installed, so wikka doesn' t run perfectly.
To make wikka compatible, use IfModule mod_rewrite.c in all .htaccess files containing Rewrite directive:
<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^(.*/[^\./]*[^/])$ $1/
 RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
</IfModule>
There are 32 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki