Changed permalinks. Now getting a "500 Internal Server Error"
-
Help!
I changed the permalinks on my blog (blog.nestcreative.ca) and now I am getting a “500 Internal Server Error”.
I’ve tried reviewing a few posts in the forums and they keep referring back to a web.config file. I downloaded this file and this is what is currently in the 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>”I have no idea what else to do here ?? Any help is greatly appreciated.
- The topic ‘Changed permalinks. Now getting a "500 Internal Server Error"’ is closed to new replies.