garrityplus Posted December 18, 2002 Posted December 18, 2002 Well i moved my site to another server i set the confiuration.php files in the admin/includes and catalog.includes correctly. mysql accesses is fine. instead of the site going to https://www.asdaj.com/catalog/account.php it goes to http://www.asdaj.com/catalog/HTTPS_SERVER/...log/account.php what could be the problem?
mattice Posted December 18, 2002 Posted December 18, 2002 you will need to make sure the HTTPS_SERVER is defined. I saw a thread today about someone that had the configure.php from admin and catalog mixed up... Did you check that thread or is that the one you are referring to in your subject? "Politics is the art of preventing people from taking part in affairs which properly concern them"
garrityplus Posted December 18, 2002 Author Posted December 18, 2002 define('HTTPS_SERVER', 'https://www.asdgad.com'); is what is put in, i dont see why that error should happen...
garrityplus Posted December 18, 2002 Author Posted December 18, 2002 the only other place i see https_server is in the default.php this is what it has... does it look ok? <base href="<?php echo (getenv('HTTPS') == 'on' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>">
garrityplus Posted December 18, 2002 Author Posted December 18, 2002 wait... sorry, last post was wrong... please ignore it
garrityplus Posted December 18, 2002 Author Posted December 18, 2002 i solved it ! v :D for some reason https_server did not have a define in the catalog configure.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.