I've hit an issue that has me completely stumped and is a complete showstopper for me. I'd really appreciate any help.
On my production server at, say, http://www.mysite.com I have configured a number of portal aliases, including localhost. I have also set the option:
The selected portal alias is the primary Portal Alias. All others will be redirected to the primary alias.
and point to http://www.mysite.com. This, of course, works fine on that server (it points to itself).
I need to get a copy of the production server onto a development machine - and that's where my problem exists. I have copied the web folder from the production server and also restored the database to the dev machine. However, I cannot work out how to configure the dev machine to NOT redirect to http://www.mysite.com. No matter what URL I use to access the dev machine I always get redirected to the production server. I even tried modifying the PortalAlias table to remove the reference to http://www.mysite.com then restarted IIS - the problem remains.
Of course, I can't simply turn off the option to redirect through the Admin menu - because I can't log on in the first place (because every page I request redirects to http://www.mysite,com).
So, this is really holding me up. How can I turn off the redirection on the dev machine.
Thanks.
Mark