On 5/2/07, <b class="gmail_sendername">Adam Williams | AW Digital</b> &lt;<a href="mailto:adam.williams@awdigital.com">adam.williams@awdigital.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Have a look at <a href="http://openid.awdigital.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://openid.awdigital.com</a> in firefox (not IE). You will see that all of the references to $server_url are set as 
<a>
http://openid.awdigital.com\/.</a>.. with the random backslash i.e. <a>http://openid.awdigital.com\/?action=account</a>. This stops all of the functions from working. If you load the page in IE, instead of \/ you get // which still doesnt work correctly.
<br><br>I think it might be to do with how $server_url is set but i cant find in any of the files a line that is $server_url = <br><br>Has anyone experienced this problem before in this application, if so can you help me out?
</blockquote><div><br>It might be because it&#39;s apache on windows.&nbsp; has anyone else tried this?<br><br></div></div>The server&#39;s URL is detected in common.php in the getServerURL or getRootURL function.&nbsp; My guess is that you&#39;ll find that $_SERVER[&#39;SCRIPT_NAME&#39;] ends with a &#39;\&#39;.&nbsp; It should be fairly easy to fix it at that point.
<br><br>-- <br>- Norman Rasmussen<br> - Email: <a href="mailto:norman@rasmussen.co.za">norman@rasmussen.co.za</a><br> - Home page: <a href="http://norman.rasmussen.co.za/">http://norman.rasmussen.co.za/</a>