Skip to content
WJunction - Webmaster Forum

Whats wrong with my website?

Status
Not open for further replies.
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.

About the author

R
Active Member · Joined
Doctor By profession and Engineer by passion SEO,Uploader,Blogging
132
Messages
6
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom