• Hello,
    My wordpress site https://RumShopRyan.com was set up on a windows server, the people at godaddy recommend that I migrate over to a linux server to fix some glitch behavior. I the site is down because of a file error with the web.config file. The godaddy rep said if I past that file in the forum the good people here will help me create a .htaccess file. Do you guys know what they are talking about? Would love the help!

    Here is my web.config file…

    <?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>

    Thank you,
    Ryan

  • The topic ‘Windows to Linux server…file problem’ is closed to new replies.