If you are running your wordpress hosting on Windows server at that time you may face this issue. When you change your Permalinks from one value to another, on save changes it will ask you to change your web.config file. don’t be confused. specifically you will face this problem while hosting with godaddy or znetlive server.



Just add web.config file manually in your wordpress folder with following content.

<?xml version=”1.0″?>

<configuration>

<system.webServer>

<rewrite>

<rules>

<rule name=”Main Rule” stopProcessing=”true”>

<match url=”.*” />

<conditions logicalGrouping=”MatchAll”>

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

Courtesy : http://wordpress.org/support/profile/jclark32

5 thoughts on “Permalinks – “You should update your web.config now””
  1. Excellent defeat! I would like tto trainee in addition since
    youu also modify your web blog, the wayy might exercise register for anyy weblog website page?
    The accounts taught me to generally be any appropriate offer.
    I actually finished up mre confident with this your delivered
    supplied vibrant transparent plan

Leave a Reply to lista de emailCancel reply