Forum Moderators: phranque

Message Too Old, No Replies

ASP equivalent of .htaccess

ASP global redirect

         

shady

8:20 pm on Nov 17, 2002 (gmt 0)

10+ Year Member



Under Apache, you can use .htaccess to redirect ALL requests to another URL. Is there an equivillent under ASP/IIS?

Birdman

9:33 pm on Nov 17, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I believe the IIS Manager is what you need, however some hosts don't give access to it. Mine is one:(

korkus2000

9:42 pm on Nov 17, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use a global.asa and in the Session_OnStart event use a response redirect. You just create it on your root directory.

here is somemore info on the global.asa related to cloaking.
[webmasterworld.com...]
[webmasterworld.com...]