SSL certificate https redirecting to https://localhost please help
Permalink
Hi everyone,
I recently installed an SSL certificate on my website and when I go to https:// yourdomain.com it redirects to https: //localhost:8888
In the current index.php file, it has:
<?php
require('concrete/dispatcher.php');
I tried uploading a blank index.php file (based on my webhost's recommendation and now I get a completely blank white page at yourdomain.com. I've since changed it back to to the original index.php file.
Any idea on what I should do to correct this?
Thank you
-concreteart
I recently installed an SSL certificate on my website and when I go to https:// yourdomain.com it redirects to https: //localhost:8888
In the current index.php file, it has:
<?php
require('concrete/dispatcher.php');
I tried uploading a blank index.php file (based on my webhost's recommendation and now I get a completely blank white page at yourdomain.com. I've since changed it back to to the original index.php file.
Any idea on what I should do to correct this?
Thank you
-concreteart