I'm trying to edit my config files after changing nameservers. When I changed from
toCode:define('HTTP_SERVER', 'http://myusername.hostname.com'); define('HTTPS_SERVER', 'http://myusername.hostname.com');
I lose my styles. Also, the links within the unstyled page return 404 errors.Code:define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTPS_SERVER', 'http://www.mydomain.com');
I also cannot access my admin login page.
Thanks for any help!


Reply With Quote
