QUOTE (Lana @ Dec 28 2011, 03:29 AM)

Your problem may connect with your store url if your SSL certificate is provided for www.yourstore.com, but you are trying to specify the https url without prefix. Use the same domain name for your http and https urls. Also check if your avactis-system/https_config.php file is writeable for script.
Try opening the "robots.txt" file via https:
https://yourstore.com/robots.txt Does it work without warnings?
Hi Lana,
Thanks for your reply.
I installed SSL (by GoDaddy) to my www.mydomain.com, but the store is in www.mydomain.com/estore
I was told by Godaddy that the cart would still work in the subdomain as long as I point the HTTPS to the correct domain www.mydomain.com
When i enter the domain (www.mydomain.com) in the Admin/https settings, it does not accept it, and the HTTPS setting is still pointing to the www.mydomain.com/estore.
I changed the https_config.php file to point to www.mydomain.com, but that just stopped the whole shopping cart from loading.
How do I point the HTTPS to www.mydomain.com?
I checked the permission of the avactis-system/https_config.php and changed it to writeable via File permission. I'm not sure what you mean by Writeable for script? After updating the permission, I still could not update the pointer for HTTPS in Admin.
Here is the following message you get when you try and purchase something from my website:
"Manual Offline Credit Card Processing Payment module requires an HTTPS connection. Right now an HTTP connection is used, which automatically disables the module. Please set up an HTTPS connection for storefont checkout pages and try again. ?
I tried the following :
http://www.lifecreatesmemories.com/robots.txt (this is the directory that the SSL is installed in)
and it opened my page fine. (no errors displayed)
When i tried
http://www.lifecreatesmemories.com/estore/robots.txt (which is the directory that the store is installed in)
I get the following: Which i assume is correct, as SSL is not installed in the subdirectory.
User-agent: *
Disallow: /activation.php
Disallow: /cart.php
Disallow: /change-password.php
Disallow: /checkout.php
Disallow: /download.php
Disallow: /forgot-password.php
Disallow: /home.php
Disallow: /init.php
Disallow: /new-password.php
Disallow: /order-download-links.php
Disallow: /order-info.php
Disallow: /order-invoice.php
Disallow: /orders.php
Disallow: /personal-info.php
Disallow: /register.php
Disallow: /search-form.php
Disallow: /search-results.php
Disallow: /store-closed.php
Disallow: /subscriptions.php
Disallow: /unsubscribe.php
Disallow: /avactis-system/
Thank you in advance for all of your help.
Kristina