• Hi
    After i did a migration from local site to my domain my permalinks dosnt work as i want. Actually at common settings only the working the plain selection. When i try post i take the message:
    Permalink structure updated. Remove write access on web.config file now!
    I tryied from plesk to remove write access on webconfig file and after i did it the i take this message:
    You should update your web.config file now.
    my code in webconfig file:

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <system.webServer>
        <defaultDocument>
          <files>
            <clear/>
            <add value="index.php"/>
          </files>
        </defaultDocument>
        <rewrite>
          <rules><clear/>
    			<rule name="WordPress: https://djwed-radio.com" 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>
          <outboundRules>
            <clear/>
          </outboundRules>
        </rewrite>
      </system.webServer>
    </configuration>

    Any idea? I have about a week looking online for solution but nothing!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘permalinks’ is closed to new replies.