Status
Not open for further replies.

rahulthakur

Active Member
132
2011
6
0
It was all fine till yesterday.

I still can browse my homepage http://www.mygoldenlove.com

But I am unable to browse any other page .

I dont know what caused this error.Please somebody help me.I desperately need help.

Yesterday,I had installed some plugin word-press mobile pack,relevanssi .I uninstalled them even. Did these plugin cause the error?


Pls help me guyz.
 
8 comments
Your site is trying to seo the urls... you need to fix your htaccess file so it can use the new urls or go into the wordpress admin and remove the seo urls setting
 
I added following lines on htacess files which solved it
# BEGIN WordPress

<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


Thanks guys for your reply..

Topic Closed
 
Status
Not open for further replies.
Back
Top