Forum Moderators: open

Message Too Old, No Replies

ISAPI Rewrite Filter

how we can change case of requested url

         

anzi

12:42 pm on Feb 17, 2007 (gmt 0)

10+ Year Member



Hi,

I have to change case of requested url on IIS server for example if the requested url is like http://www.example.com/tEStinG/test.asp then I need to change all the characters in lower case for this url like http://www.example.com/testing/test.asp by using ISAPI_Rewrite.

Thanks & Regards,
Rekha

[edited by: encyclo at 5:14 pm (utc) on Feb. 17, 2007]
[edit reason] examplified, see terms of service [/edit]

mrMister

4:37 am on Feb 19, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



IIS isn't case sensitive. IIS will locate the correct document automatically without the need for ISAPI rewrite.

[edited by: mrMister at 4:38 am (utc) on Feb. 19, 2007]

anzi

7:09 am on Feb 19, 2007 (gmt 0)

10+ Year Member



I know that IIS is not case sensitive but but still i want to change case of url. I would like to change case of the requested url every time in lowercase. Is it possible by the use of ISAPI_Rewrite.