Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter oasis28

    (@oasis28)

    i have change the web.cofig but still no luck. get Error 404

    <rewrite>
            <rules>
                <rule name="wordpress" 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
Viewing 1 replies (of 1 total)