Web Hosting Talk







View Full Version : php rewrite mode in asp?


Dario Cukier
03-31-2008, 10:47 AM
anyone knows if there is a similar tool for asp servers? mode_rewrite is for rewrite urls. For those who dont know what im talking say we have this url:
w w w . u r l. c o m/something.php?do=goFaq you could fake it with mode rewrite and have it like follows: w w w . u r l . c o m /faq.html

faq.html doesn't exist, your server knows that you are asking for w w w . u r l . c o m /something.php?do=goFaq instead.

i hope i was clear enough.

regards

felikz
03-31-2008, 11:12 AM
There used to (may still be) one called ISAPI Rewrite. I think that's what you're looking for

Dario Cukier
03-31-2008, 11:39 AM
good, i will google that. Thanks for the clue pal

regards