Does any know how to go about pointing my secure domain to my installation of drupal at http?
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>
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?
Regarding to shared hosting, please contact HP for the help. We can not change settings.php or other php files for your requirement.
Comments
Just edit ssl.conf to point
Just edit ssl.conf to point DocumentRoot to the location of installed drupal.
Here is my ssl.conf
Shared Hosting
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?
Regarding to shared hosting,
Regarding to shared hosting, please contact HP for the help. We can not change settings.php or other php files for your requirement.