PDA

View Full Version : URL Re-write Problem...


ksbhati
08-24-2005, 04:50 PM
Hi !

I was getting ERROR 404 when I was enabling the URL Re-write funtion. I checked with my server if they support MOD Re-write and they informed me that MOD Re-write is only supported by Apache Servers and not Windows Servers with IIS.

Is this true and does it mean that I cannot use the MOD Re-write function?

Regards

Karni

yktan
08-24-2005, 05:32 PM
Hi ksbhati, I'm afraid that is true. Microsoft IIS doesn't come pre-installed with the mod_rewrite feature. There are, however, third party programs like ISAPI Rewrite (http://www.isapirewrite.com/) that can implement the mod_rewrite feature.

Regards,
YK

ksbhati
08-24-2005, 06:30 PM
Thanks Yktan, I will check it out...!!

Regards