Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing http:// to http://www


espectations

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...