All URL's except Homepage keep going 404…..
-
Hello,
My site was hacked about a month ago and someone helped re-install and solve that issue on the server side, but shortly after we began to have this issue where the all of the pages on the site when you clicked through went 404. It wasn’t the personal 404 I set up with a plug-in, but the godaddy server 404.
First I solved the problem by activating/deactivating the plug-ins, this worked but only temporarily.
Then I saw that just “reseting” the permalinks fixes it, but again it fails.
Today I deleted all of my plug-ins from the site, but again, the issue still came back and everything 404 but the homepage.
I have heard it could be an htaccess issue, i messed with that and have had no luck, but I have noticed that this:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^([^/]*)/$ /starting.php?p=$1 [L]
</IfModule>Keeps getting written into the .htaccess. Any ideas if this is my trouble and what could be causing this?
Havingsaidthat.net is my site, I will let the fail stick and not refresh anything if you think seeing the 404 page will help.
Thanks for any and all help,
- The topic ‘All URL's except Homepage keep going 404…..’ is closed to new replies.