0

This might be more of an IIS question then a FB question; I'm used to Linux & Apache.

We just upgraded from FB 6 to FB 8. I didn't notice that, before the upgrade, FB lived at http://fogbugz.ourdomain.local/Fogbugz/, and the new version on the new server is at http://fogbugz.ourdomain.local/ (without the '/Fogubgz/').

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 :)

How do I make it so that any request to ttp://fogbugz.ourdomain.local/Fogbugz/ is redirected to http://fogbugz.ourdomain.local/, preserving all parameters?

Alec

flag
Are you using IIS 7? – Rob Sobers Nov 3 2010 at 17:35
Yes it's IIS 7.5. OS is Windows Server 2008 R2. – Alec Disharoon Nov 4 2010 at 15:13

1 Answer

1

Here's a document that does a pretty good job explaining how to redirect a URL by issuing a 301 in IIS7.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.