GreyWolf
Elite Member
- Aug 17, 2009
- 1,862
- 5,847
@rehan08 - To determine for sure if it has anything to do with your wp, you need to bypass it completely.
I tried including filenames in the url and this is what i got
superflashgame.com/readme.html loaded the correct file.
superflashgame.com/license.txt loaded the correct file.
superflashgame.com/RANDOM loaded the 404 page.
superflashgame.com/2011/09/ loaded the 09/2011 archive page.
but
superflashgame.com/index.php redirected
superflashgame.com/index.html redirected
If it was a server configuration redirect of superflashgame.com then it should have either redirected all of those urls or none of them depending on how it was set up.
To verify that it really is a wp problem (which I'm sure it is) you can do the following test.
Rename your index.php and index.html files (to something like bu-index.php and html). Then create a new index.html file (it can just be a blank file or put just some basic html in it with a message like "please check back later).
Then try visiting the site again. If your new html page loads fine then the problem is in your wp php files. If you still get the redirect then the problem has something to do with your server configuration.
Once you do that you will absolutely know if its a wp problem so you can concentrate on that and not any server configuration problems others have mentioned. Or if you still have the problem with the test index.html file then you know it isn't wp and you can focus on server and domain configuration issues.
My guess is that the redirect will go away once you bypass wp. I'm pretty sure at this point that its a wp exploit that your dealing with.
edit-
Once you know for sure it's in your wp files you can follow the instructions cicsmayhem just posted to troubleshoot your wp installation.
I tried including filenames in the url and this is what i got
superflashgame.com/readme.html loaded the correct file.
superflashgame.com/license.txt loaded the correct file.
superflashgame.com/RANDOM loaded the 404 page.
superflashgame.com/2011/09/ loaded the 09/2011 archive page.
but
superflashgame.com/index.php redirected
superflashgame.com/index.html redirected
If it was a server configuration redirect of superflashgame.com then it should have either redirected all of those urls or none of them depending on how it was set up.
To verify that it really is a wp problem (which I'm sure it is) you can do the following test.
Rename your index.php and index.html files (to something like bu-index.php and html). Then create a new index.html file (it can just be a blank file or put just some basic html in it with a message like "please check back later).
Then try visiting the site again. If your new html page loads fine then the problem is in your wp php files. If you still get the redirect then the problem has something to do with your server configuration.
Once you do that you will absolutely know if its a wp problem so you can concentrate on that and not any server configuration problems others have mentioned. Or if you still have the problem with the test index.html file then you know it isn't wp and you can focus on server and domain configuration issues.
My guess is that the redirect will go away once you bypass wp. I'm pretty sure at this point that its a wp exploit that your dealing with.
edit-
Once you know for sure it's in your wp files you can follow the instructions cicsmayhem just posted to troubleshoot your wp installation.
Last edited: