• Hello All,

    I need some urgent help. Really hoping to find the answer here.

    We have a wordpress blog to our main site running on Windows server IIS8 and Parallels Plesk Panel 11.5. I’ve been trying to remove ‘index.php’ from our permalinks but nothing seems to be working.

    I’ve tried updating our web.config according to a post I found on this forum but that didn’t work.

    Can someone please offer some insight into this?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you reviewed Using_Permalinks?

    Thread Starter doofusraj

    (@doofusraj)

    yes i’ve tried a few things

    rite now my permalinks is set to custom structure:
    https://mysite.com/blog/%postname%/

    and the web.config has the following in the <system.Webserver> section:

    <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/{R:0}” />
    </rule>
    </rules>
    </rewrite>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Help with Permalinks’ is closed to new replies.