THANKS A TON! I have been killing myself over this problem for the past few days. Tried installing, reinistalling WordPress and was checking out all my theme folders for problems. Now, I have it fixed!! 🙂
I updated my .htaccess file and it works fine now! Thanks for your help!
And.. I just realized that I didn’t update the following code in the .htaccess file. Is that the problem?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog2/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog2/index.php [L]
</IfModule>
I have set the Permalinks as custom structure and this is the actual setting – /%year%/%monthnum%/%postname%.html