espectations Posted January 17, 2007 Share Posted January 17, 2007 Hi, I would really appreciate help with this. I see OScommerce change the URLS from http://www to http:// Our security certificate requires that we use http://www - due to the default being http:// we get a notice that the SSL certificate does not belong to the company. Where do I change or set it up so that all URLS display as http://www. in stead of just http:// Any help or suggestions will be appreciated. Kind regards Marinda Link to comment Share on other sites More sharing options...
davidinottawa Posted January 17, 2007 Share Posted January 17, 2007 Hi, I would really appreciate help with this. I see OScommerce change the URLS from http://www to http:// Our security certificate requires that we use http://www - due to the default being http:// we get a notice that the SSL certificate does not belong to the company. Where do I change or set it up so that all URLS display as http://www. in stead of just http:// Any help or suggestions will be appreciated. Kind regards Marinda includes/configuration.php also - you should implement a RedirectMatch using an Apache directive : http://httpd.apache.org/docs/1.3/mod/mod_alias.html something like this : RewriteEngine On RewriteRule ^/(.*) http://%{SERVER_NAME}/$1 [L,R] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.