Displaying the same page, no matter what URI
Posted
by
jgauffin
on Pro Webmasters
See other posts from Pro Webmasters
or by jgauffin
Published on 2011-03-10T12:25:04Z
Indexed on
2011/03/10
16:19 UTC
Read the original article
Hit count: 270
We have moved a webapplication and would like to display a message in the old IIS. Let's say that the application was in http://oldserver/appname/
. How do I make sure that our moved.html
is displayed to the user no matter which uri the user browsed in to (in that virtual folder)?
- http://oldserver/appname/some/path.aspx ---> should display
http://oldserver/appname/moved.html
- http://oldserver/appname --> should display
http://oldserver/appname/moved.html
© Pro Webmasters or respective owner