Does any know how to go about pointing my secure domain to my installation of drupal at http?

Comments

Nguyen DO’s picture

Just edit ssl.conf to point DocumentRoot to the location of installed drupal.

Here is my ssl.conf

<VirtualHost xxx.xx.xx.xx:443>
..........
DocumentRoot "/my/drupal/path"
..........
</VirtualHost>
tboornaz’s picture

this domain is on a shared hosting. I don't have access to that file. In my settings.php file I did set $base_url = 'http://www.foundationoflocalarts.com'; that did not seem to help. Any other suggestions?

Nguyen DO’s picture

Regarding to shared hosting, please contact HP for the help. We can not change settings.php or other php files for your requirement.