Forum Moderators: phranque
Wordpress uses this:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
But I dont want to have to code index.php to check the REQUEST_URI etc.. is there another way as to my suggestion above?