• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

IIS mod_rewrite eseque functionality

Joined
Mar 21, 2002
Messages
656
Without actually using one of the IIS mod_rewrite libraries out there does anybody know if the following is possible:

I need to create X number of "virtual" endpoints in IIS, for example:

http://www.mysite.com/path/12345.ext
http://www.mysite.com/path/67890.ext
http://www.mysite.com/path/abcde.ext
....
thousands more
....
http://www.mysite.com/path/xxx.ext

When any of these is called I need to transparently "rewrite" to the following single address:

http://www.mysite.com/path/handler.ext

Then within the code under handler.ext it would read the header to obtain the address the request was made to (i.e. 12345.ext)
 
Which version of IIS are you using? IIS 7 has an official, free component for URL rewriting, but it has to be installed separately.
 
Back
Top