The Default HT Access File for Wordpress

February 8th, 2010

Should anything go wrong with your .ht access file on your Wordpress Blog this is the default settings just copy and paste the code

 

 

# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blogname if on a floder leave blank if wordpress is installed on the Root/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /LostBlog/index.php [L] </IfModule> # END WordPress

 

 

Why is it on my B2evolution Blog you may ask well, it would not be much help to me if I saved this on my wordpress blog when something went wrong with my .ht access file would it.

Tags: ,