Board index » Web Programming » How to Redirect All Requests to One Page
|
kbl75
|
|
kbl75
|
How to Redirect All Requests to One Page
Web Programming140
Hi, folks! How can IIS be configured to serve a particular Web page...and serve it regardless of whatever domain.com URL is requested (e.g. www.domain.com and www.domain.com/foo/index.aspx both serve www.domain.com/index.aspx [C:\inetpub\wwwroot\index.aspx])? TIA, Bob -- webguybob-nospam@hotmail.com - |
| David
Registered User |
Thu Jul 12 12:47:43 CDT 2007
Re:How to Redirect All Requests to One Page
On Jul 12, 10:20 am, WebGuyBob <WebGuy...@discussions.microsoft.com>
wrote: QuoteHi, folks! Setup HttpRedirect at the root of www.domain.com to redirect to / index.aspx for all URLs underneath it. //David w3-4u.blogspot.com">w3-4u.blogspot.com blogs.msdn.com/David.Wang">blogs.msdn.com/David.Wang // - |
| WebGuyBob
Registered User |
Thu Jul 12 13:12:00 CDT 2007
Re:How to Redirect All Requests to One Page
Hi, David.
Thanks for the quick reply. Can you give me a URL that steps me through how to do that in IIS6? Thanks, Bob -- webguybob-nospam@hotmail.com "David Wang" wrote: QuoteOn Jul 12, 10:20 am, WebGuyBob <WebGuy...@discussions.microsoft.com> |
