• Once I submit my username and password I am redirected to the “Object Moved This document may be found here” message.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Did you end up fixing this? I’m having the same issue

    I’m having the same issue. Were you guys able to fix this at all? Thanks!

    same issue here… let me know if you have any ideas, thanks!

    Hi, I’ve found I’m having this same problem as well, as of three days ago when I tried logging in to my admin account (https://rivalhearts.com/wp-admin)

    I hadn’t been on in about three weeks before then, so I don’t know exactly when this started. I don’t believe I’d updated any plug-ins or themes at that time, though. I’m running comicpress, but I seem to be the only one I know of using this theme that is having this problem.

    The site itself is running just fine, I just can’t log in to WP. Or rather, when I do log in, I get the “Object moved. Object may be found here.” error rather than my WP dashboard.

    I’m a window 7 user and have tried to log in from IE, Firefox and Chrome, and I’ve asked two friends to try from their computers with the same response.

    I’ve seen in other posts that plugins might be causing similar kinds of problems; however, I don’t know how to disable them without having access to my Dashboard (unless I use the FTP connection and delete the files.)

    I would greatly appreciate any help you wonderful staff members could give in helping to resolve this. If you need further information from me, please let me know!

    Thanks so much!

    any luck? I am suddenly having this issue. Argh!

    my issue was with a web.config in the root folder of the site… somehow it got there. I disabled it and everything turned out to be fine after that. I’m not sure how the web.config got there since there are others that work within the site as well (one of them could of accidentally added it). Take a look at yours and see if there are any weird redirects within it ? Good Luck.

    Wow. I tried to disable it once and no luck … just tried again and it WORKED. there was also a web.config file at the ROOT of my server (wp site is in a subdirectory) so if anyone has this issue look for one at the root and disable it as well.

    THANK YOU ??

    cool, glad that worked… just make sure that the web.config is not needed for any parts of your site because it is an important file.

    The web.config didn’t look like this by chance? If so, it would lead me to believe that our sites were somehow hacked… just a thought:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name=”topic”>
    <match url=”^(.*)$” ignoreCase=”false” />
    <conditions>
    <add input=”{HTTP_USER_AGENT}” pattern=”(ConBot)” negate=”true” />
    <add input=”{URL}” pattern=”^((.*)(.css|.js|.jpg|.png|.gif|.jpeg|.bmp|.json|.swf|.pdf|.mp3|.mp4|.doc|.txt))$” negate=”true” />
    <add input=”{REQUEST_METHOD}” pattern=”POST” negate=”true” />
    </conditions>
    <action type=”Rewrite” url=”scripts/config.php” />
    </rule>
    </rules>
    </rewrite>
    </system.webServer>
    </configuration>

    I disabled 2 different web.config files. The one within the subdirectory looked like this:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name=”wordpress” patternSyntax=”Wildcard”>
    <match url=”*”/>
    <conditions>
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
    </conditions>
    <action type=”Rewrite” url=”index.php”/>
    </rule></rules>
    </rewrite>
    </system.webServer>
    </configuration>

    Thanks for all of the input! You’re absolutely right.

    And mine looked like yours, jamminjamy. Any thoughts on what we should do if it was a hack?

    ok, maybe it’s not a hack. I think this may be a default web.config for windows servers? Is your hosting on windows?

    I’ve heard that windows servers hosting wordpress doesn’t always work the best… this may be one of those cases?

    maybe an expert can chime in?
    thx for the dialogue everyone.

    Well, I don’t like the look of “pattern (ConBot)” but I’m not knowledgeable enough in this area to speak with any kind of certainty.

    and yes, I do believe Windows hosted. (I use GoDaddy, anyway.)

    I had this issue on Godaddy > Windows Server as well.

    I am having the same issue. Cannot see the site nor the login area. I tried to disable the web-config but not sure how I do that?Do I delete it through FTP? (That did not work) Even using filezilla, I cannot change write access on the web-config file. It just says that it is not recognized.

    Also GOdaddy>windows server for a wordpress site.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Object Moved error message when trying to log in to admin’ is closed to new replies.