Features & Development

Small typo in global.conf

Re: Small typo in global.conf

by Andrew Doe-stien -
Number of replies: 0
Actually, that doesn't fix it. Firstly, it makes the workaround for apache 2.2 not work (the test for $webwork_url eq "" doesn't work anymore)

Secondly, I can't get past the homepage because of some weirdness with the links that are being made. ex:
<a href="//admin/">Course Administration</a>

My browser (FF3) is parsing that to mean http://admin/ which doesn't work.

I suspect it has something to do with Webwork expecting its config files to not have trailing slashes, changing $webwork_url to just a slash means that WW is doubling up on its slashes which is throwing off the relative/absolute logic in my browser.

any suggestions?