martin321
Member
Posted 1 year ago #
I am trying to enable "Permalinks" for my blog hosted on windows server but every-time it returns 404 error when clicking on posts. I checked my server under IIS settings that ISAPI_Rewrite.dll is installed and active. Is there any other settings which i missed?
martin321
Member
Posted 1 year ago #
doesn't work for me...my server has installed IIS 6.0.....and i upload web.config file in blog folder after writing "rewriting rule"...but still not working
martin321
Member
Posted 1 year ago #
Alok Tiwari
Member
Posted 1 year ago #
Hello Martin !
Check Weather the Redirection is working properly.
May be I could help.
Just Paste your web.config file
and permalink you are using
martin321
Member
Posted 1 year ago #
i want to use this format:
http://www.cheapmonthlymobile.co.uk/blog/index.php/2011/05/15/sample-post/
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="Php" path="*.php" verb="*" modules="IsapiModule" scriptProcessor="C:\Program Files\Parallels\Plesk\Additional\PleskPHP5\php5isapi.dll" resourceType="Unspecified" />
</handlers>
</system.webServer>
</configuration>