Hey all
I need to change this this actual url
[
domain.com...]
To this virtual url
[
domain.com...]
with isapi.
I saw some topics about asp and isapi and some codes like this:
RewriteRule ^/(\d+).htm$ /viewad.asp?ID=$1
but I don't know how i can use them but i think i must save them in a file and i don't know the fomat of this file.
please help
thanks