Guest Posted January 21, 2004 Share Posted January 21, 2004 Ok kind of odd. I set up my admin dir with .htacces and in the file i added SSLRequireSSL well it works just fine until you click a link in the admin panel. At that point it all points to the non secure side of the server and i get errors. Is there something i can change ti get all the links to resolve to https: ?? Example https://myserver/store/catalog/admin/ -- that gets me the admin panel with ssl enabled http://myserver/store/catalog/admin/config...iguration&gID=1 -- that is what all the links in the panel do. it seems to want to drop out of ssl. At which time because those files are in the admin dir and .htaccess states SSLRequireSSL i get an unauthorized to view this page message. HELP! Thanks everyone Justin Link to comment Share on other sites More sharing options...
Guest Posted January 21, 2004 Share Posted January 21, 2004 edit your admin/includes/configure.php and change all the http references to https that way everything in admin will always point to https. Link to comment Share on other sites More sharing options...
Guest Posted January 21, 2004 Share Posted January 21, 2004 Awesome it worked! Thanks a million!! Justin Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.