[pmwiki-users] Clean URL [again]

Anno anno at shroomery.org
Thu Dec 7 09:51:46 CST 2006


My .htaccess file looks like this:

DirectoryIndex  pmwiki.php index.php
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}  !-f
RewriteCond %{REQUEST_FILENAME}  !-d
RewriteRule ^([^/a-z].*) pmwiki.php?n=$1 [QSA,L]





More information about the pmwiki-users mailing list