User alec disharoon - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-22T06:30:46Z http://fogbugz.stackexchange.com/feeds/user/1780 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/5710/redirect-from-old-url Redirect from old URL Alec Disharoon 2010-11-03T15:00:23Z 2011-02-11T07:22:12Z <p>This might be more of an IIS question then a FB question; I'm used to Linux &amp; 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-url Comment by Alec Disharoon Alec Disharoon 2010-11-04T15:13:35Z 2010-11-04T15:13:35Z Yes it's IIS 7.5. OS is Windows Server 2008 R2.