WordPress .htaccess Mod Re-Write

If you find yourself needing to set up a .htaccess mod rewrite on your Wordpress-based website, please use the default template which we have identified as working best with our servers below. Please note that this is intended for advanced users only - if you are at all in doubt, please consult your web developer before proceeding:

BEGIN WordPress

RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

Please be aware that these functions are not available on Web Ready and Communicator plans.