Quote:
Originally Posted by ForceHSS
check htaccess file and url setting and make sure they are the same and you also are using the same url the htaccess file will also stop anyone using the wrong url
|
I do not have an htacces file and in the options-URL I have the www. added to the sites url, could it be that?
For some reason the old mind cannot remember,lol, but it seems like the www. was needed, where is that request in the login coming from that would have the link without the www. .
In Arcade php line 117 the var for the base+url
PHP Code:
var $base_url = "";
Can the url that is in the Admin be added there?
PHP Code:
var $base_url = "http://www.*********.com/******";