chillhouse2012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminI 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>Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminWow. 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 😉
Forum: Fixing WordPress
In reply to: Object Moved error message when trying to log in to adminany luck? I am suddenly having this issue. Argh!
Forum: Fixing WordPress
In reply to: Object Moved – This document may be found hereanyone figure out how to login to edit permalinks? I do NOT use GoDaddy and am having this problem with one of my client’s sites.