admin url - http or https? how and if to change
Posted: Mon Dec 09, 2013 11:55 am
Hi - using OC 1.5.4.1
A question about the system settings 'store url'. Is it supposed to be https://www.mystore.com, or http://www.mystore.com? Prior to today, our .htaccess had been forcing a rewrite of our urls so all the pages were https (a wrong way to use SSL and I've since removed it). However, the 'store url' in system settings is https://www.mystore.com. Should it be?
I can't find any place to change store url, and from what I've read, it's in the config files; the only https used in our config files is in the regular https spot.
Is there a way to change store url, should it be plain old http://www.mystore.com or the https since we're using ssl?
Is it in the database?
Reason for this question: I'm having a problem getting an extension to work - browser console shows =Access-Control-Allow-Origin error, and I'm wondering why 'origin' is https, as below:
XMLHttpRequest cannot load http://www.mystore.com/?route=account%2 ... 6560290788. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.mystore.com' is therefore not allowed access.
This is why I'm trying to change the store url to http://www.mystore.com -
Thank you for any help -
A question about the system settings 'store url'. Is it supposed to be https://www.mystore.com, or http://www.mystore.com? Prior to today, our .htaccess had been forcing a rewrite of our urls so all the pages were https (a wrong way to use SSL and I've since removed it). However, the 'store url' in system settings is https://www.mystore.com. Should it be?
I can't find any place to change store url, and from what I've read, it's in the config files; the only https used in our config files is in the regular https spot.
Is there a way to change store url, should it be plain old http://www.mystore.com or the https since we're using ssl?
Is it in the database?
Reason for this question: I'm having a problem getting an extension to work - browser console shows =Access-Control-Allow-Origin error, and I'm wondering why 'origin' is https, as below:
XMLHttpRequest cannot load http://www.mystore.com/?route=account%2 ... 6560290788. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.mystore.com' is therefore not allowed access.
This is why I'm trying to change the store url to http://www.mystore.com -
Thank you for any help -