Message after setting permalinks
-
What is meant by this message I see on screen.
Permalink structure updated. Remove write access on web.config file now!
Following is my web.config file. What to do of this?
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”WordPress: http://patelnagar.news” 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 everyone.
The topic ‘Message after setting permalinks’ is closed to new replies.