Web-server – IIS 7.5 – Redirect webpage or default page

iis-7web-server

I have a website like so: http://website.com/path/default.html

If I go to http://website.com I get the IIS 7 Welcome screen. If I go to http://website.com I would like to be redirected to http://website.com/path/default.html

How do I go about this in IIS 7.5?

Best Answer

With a 301 redirect using your language of choice?