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

 
concreteart replied on at Permalink Reply
Further testing shows that in the Safari and Firefox browsers I can go to http: //www.yourdomain.com and it works, but when I go to https: //www.yourdomain.com is when it redirects to https: //localhost:8888.