Is there a way of gaining the original settings for the htaccess file ? I deleted it by mistake and now it is effecting my blog posts. There was nothing special in the file, can anyone tell me the basic settings of the htaccess file? It had a rewrite , something to do with my /blog and had one line at the top. This is all i can remember. Jason
Maybe this one help you. Try adding below given and see what happen. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Code (markup): DON.
If you were using WordPress then you can check out in your wp admin panel, there is an option to manually copy stuff that needs to go in your .htaccess . I believe that's in the Options and then Permalinks section at the bottom.