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]