Revision [348]

This is an old revision of ModRewrite made by DotMG on 2004-05-23 08:50:21.

 

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 .htaccess files :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ /wakka.php?wakka=$1
</IfModule>
There are 32 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki