Hi.. I am having the Problem with my Site.. Recently i have Restored my website from Godaddy to new account of Godaddy.. except Home Page of my Wordpress theme.. all links are not working..
i have tried with the Coding of .htaccess code is
# BEGIN WordPress
<IfModule mod_rewrite.so>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
and after the i have tested is mod_reqrite is enabled in server or not.. But it was enable.. and when i am going to login into the Admin Panel.. Admin Panel is also not working..
W3 Total Cache Error: some files appear to be missing or out of place.
this is the Error i am getting.. But i was not installed any plug in By the Name of w3 total cache.. please help to come out.. from that errors...