User alec disharoon - FogBugz Knowledge Exchangemost recent 30 from http://fogbugz.stackexchange.com2013-05-22T06:30:46Zhttp://fogbugz.stackexchange.com/feeds/user/1780http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/5710/redirect-from-old-urlRedirect from old URLAlec Disharoon2010-11-03T15:00:23Z2011-02-11T07:22:12Z
<p>This might be more of an IIS question then a FB question; I'm used to Linux & Apache.</p>
<p>We just upgraded from FB 6 to FB 8. I didn't notice that, before the upgrade, FB lived at <a href="http://fogbugz.ourdomain.local/Fogbugz/" rel="nofollow">http://fogbugz.ourdomain.local/Fogbugz/</a>, and the new version on the new server is at <a href="http://fogbugz.ourdomain.local/" rel="nofollow">http://fogbugz.ourdomain.local/</a> (without the '/Fogubgz/'). </p>
<p>I've already changed many static links that used to point to the old location, but there are a lot of links floating around that point to specific bugs, and when those are used, people are getting a 'Entry point not found' error. So far all I've managed to do is insert a javascript redirect into the 404 page :)</p>
<p>How do I make it so that any request to ttp://fogbugz.ourdomain.local/Fogbugz/ is redirected to <a href="http://fogbugz.ourdomain.local/" rel="nofollow">http://fogbugz.ourdomain.local/</a>, preserving all parameters?</p>
<p>Alec</p>
http://fogbugz.stackexchange.com/questions/5710/redirect-from-old-urlComment by Alec DisharoonAlec Disharoon2010-11-04T15:13:35Z2010-11-04T15:13:35ZYes it's IIS 7.5. OS is Windows Server 2008 R2.