Hey I just tried to install the new XODA and it says it installed fine even though it claims to have installed to http://www.subdomain.mysite.com// (interestingly the one click install of ‘Lime’ that I just put through did the same thing with the // ) this then takes me to the initial login page but when I try to login with firefox it comes up with an error of “The URL is not valid and cannot be loaded”, if I try with chrome it just does nothing. Attempting to login with firefox at http://www.subdomain.mysite.com/ without the extra / results in the same error. Trying just subdomain.mysite.com brings up “ERROR: no permission to access anything!” just above the login box. This same ‘no permission’ error is present on all versions of the page when trying to login with chrome.
In Opera it tries to login to http://0.0.0.0/?log_in so I checked out index.php and the form action="<?=PHPSELF;?>?log_in"
PHPSELF is defined at the top of index.php as
[php]define (‘PHPSELF’, dirname ($_SERVER[‘PHP_SELF’]) . ‘/’);[/php]
So I tried to define $_SERVER by adding
[php]$_SERVER = ‘http://www.subdomain.mysite.com/’;[/php]
at the top of the config.php file which did absolutely nothing.
As you can see I am a noob but any help would be greatly appreciated, and obviously the code doesn’t actually say subdomain.mysite.com.