I set up a 301 redirect in IIS 6 doing the following:
In the home directory, I chose the following options.
A redirection to a URL
Redirect to: [ACTUAL URL]
With the following two options checked.
[x] The exact URL entered above
[x] A permanent redirection for this resource
When I go to the domain (example.com), I get redirected to the [ACTUAL URL] as desired, but the URL in my browser changes to the [ACTUAL URL]... We would like the domain to stay (example.com)
Is this possible?
Thanks in advance.