Fred Fournier Posted May 15, 2017 Share Posted May 15, 2017 (edited) Hello everyone. Since everything within my e-commerce is processed through https Thanks for any help, Fred Edited May 16, 2017 by Fred Fournier (see edit history) Link to comment Share on other sites More sharing options...
genweb Posted May 15, 2017 Share Posted May 15, 2017 Check if you have this path: "config.php" inside "/adminxxxx/filemanager/config" There you should be able to change $base_url="http://".$_SERVER['HTTP_HOST']; by $base_url="https://".$_SERVER['HTTP_HOST']; 2 Link to comment Share on other sites More sharing options...
Fred Fournier Posted May 16, 2017 Author Share Posted May 16, 2017 Yes, that's it. Thank you so much! Link to comment Share on other sites More sharing options...
genweb Posted May 16, 2017 Share Posted May 16, 2017 Yes, that's it. Thank you so much! Glad to help! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now