Forum Moderators: open

Message Too Old, No Replies

IIS 6 and secure URLs server wide redirect

How to redirect https to http pages

         

Vimes

3:14 pm on Apr 4, 2005 (gmt 0)

10+ Year Member



Hi,

i have a problem which i don't know how to fix. Basically i'd like to redirect from [mysite.com...] to [mysite.com...]

Is there an easy way to do this. i can't use a script as the pages are all static,
whats the best and most simple way of doing this sort of thing.

I'd like to only have one directory appear as https, if a page outside that directory is asked for i'd like to redirect the client to the non-secure URL.

Can anyone assist me or pm me, how i can do this in IIS 6

really stuck on this any help would be greatly appreciated.

Vimes.

mrMister

3:39 am on Apr 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there an easy way to do this. i can't use a script as the pages are all static

You can use a script if you want to. Map your pages to asp.dll if you want to use scripts.

Another option is to use ISAPI rewrite.