sharedworld
Programmer
Hello,
I'm looking for a way that when my customers are clicking on it should redirect they automaticly to
I don't want to do it by creating a folder named downloads (manually or with fso) because I have a lot of redirection that I need and I don't want 200 folders on my root folder...
I thought on using ISAPI_Rewrite from HeliconTech.com, and then use a RewriteRule to actually rewrite the url (here is the syntax: RewriteRule /customer12/? /index.asp?\?customer=12 [I,R])
This is working for me, and the settings file is a ini file, so I'm editing it with fso, but the problem is that if I have a folder named customer12 on the root, IIS will ignore it because of the ISAPI_Rewrite filter. So I'm looking for an another way of someone has ideas please share it...
Thanks
I'm looking for a way that when my customers are clicking on it should redirect they automaticly to
I don't want to do it by creating a folder named downloads (manually or with fso) because I have a lot of redirection that I need and I don't want 200 folders on my root folder...
I thought on using ISAPI_Rewrite from HeliconTech.com, and then use a RewriteRule to actually rewrite the url (here is the syntax: RewriteRule /customer12/? /index.asp?\?customer=12 [I,R])
This is working for me, and the settings file is a ini file, so I'm editing it with fso, but the problem is that if I have a folder named customer12 on the root, IIS will ignore it because of the ISAPI_Rewrite filter. So I'm looking for an another way of someone has ideas please share it...
Thanks