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
. My domain is hosted at a different host and previously, I just used a redirect. I'm just getting my security certificate and needed to change the nameservers which I did about 8 days ago. A lot seems to have happened when I did that. The problems I've listed are the ones I could wrap my head around to start with.

