Link to home
Start Free TrialLog in
Avatar of coldfirenj
coldfirenj

asked on

Configuring page redirection in IIS... Redirect a page to the home page.

Hello,

I am a novice with IIS and webhosting so bear with me. All I need to configure is a simple page redirect in IIS. I'm using IIS 7.5 and win server 2008.

I need to have www.example.com/acm redirect the user to www.example.com. How can I accomplish this in IIS?

Thank you!
Avatar of Member_2_4940386
Member_2_4940386
Flag of United States of America image

Here's a simple guide with screenshots to help:

http://www.iis.net/configreference/system.webserver/httpredirect
Avatar of coldfirenj
coldfirenj

ASKER

I see where to setup the "redirect request to this destination". But, I don't see in the guide or in IIS where I can configure it to redirect to the new location?
Is there anything at www.example.com/acm at the moment?  If not, you need to create that URL as site, then set the site to redirect to www.example.com.
I can just create a site with no content using that URL?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4940386
Member_2_4940386
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you!