Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Configuration problems on IIs6

oh, i got it,

“WHAT IS move the forum to apache?”, hehehe!, jeopardy joke!

Problem #1)

Your redicection problem. It seems that your page “A” is directing to page “B” which is directing BACK to page “A”. So your stuck in a loop. Firefox is smart enough to recognize this. IE is’nt (surprize surprize). Spend a bit more time on it, and keep that in mind. However, the solution to your second problem may solve the first one.

Problem #2)

Okay, instead of

$bb->domain = ‘http://www.med.cam.ac.uk/confocal’;

$bb->path = ‘/forums/’;

try

$bb->domain = ‘http://www.med.cam.ac.uk’;

$bb->path = ‘/confocal/forums/’;

Hope that works,

Skip to toolbar