
October 30th, 2009, 09:16 PM
|
|
Contributing User
|
|
Join Date: May 2005
Location: Sydney, Australia
Posts: 291
  
Time spent in forums: 2 Days 22 h 27 m 3 sec
Reputation Power: 7
|
|
IIS - Other - ISAPI_rewrite querystring problem
Are there any ISAPI_rewrite gurus out there? My shared host has version 3.
I want to translate:
/pagename/category/item
to
/default.asp?pageurl=pagename&catname=category&itemname=item
Plus allow for less variables:
/pagename > /default.asp?pageurl=pagename
/pagename/category/ > /default.asp?pageurl=pagename&catname=category
/pagename/item (with no "/" at end) > /default.asp?pageurl=pagename&itemname=item
I think my ASP code (default.asp) is working ok because I'm currently translating the url successfully using 404error page. I'm also converting 'category' and 'item' to 'idcategory' and 'iditem'. So I think I've got that bit working.
I've already sort help from Helicon forum but I didn't get much response. Someone is trying to help but responses are very slow. I was hoping I could find someone who can help here?
Thanks in advance,
GG
|