# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # Send all requests not pointing to actual files or dirs to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress