Hello, Can anyone tell me if the following is normal to have in a Wordpress .htaccess file? # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> DirectoryIndex /blog/index.php Thanks very much in advance!