hello,
i have this message on start setting page and during windows configuration:
1.Web.config file is located in WP root directory
2.Add it to right before <rule name=”wordpress” patternSyntax=”Wildcard”>
3.You may need to re-configure the server whenever you change settings or activate a new theme or plugin.
and in my web.config file i didn’t have the line ( <rule name=”wordpress” patternSyntax=”Wildcard”> )
my web.config file contain:
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules/>
</rewrite>
</system.webServer>
</configuration>
my window is windows server 2008
thank you