The SSL on my osCommerce shopping cart is point to mysite.com. Not to -www.mysite.com
I choose that under the guidance of my webmaster. After reading about SEO, arguably I can say it was a mistake. Anyway, now I have this redirect in the .htaccess for the sake of consistency as there are links on the web that point to www and no-www:
- Code: Select all
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.mysite.com [NC]
RewriteRule ^(.*) http://mysite.com/$1 [L,R=301]
Now if I switch and redirect no-www -> www as I would like to, then my SSL area does not work because is pointed to no-www.
I want to have the www back at least in the no SSL area, so here are my questions:
1. Is it possible to solve this through the configure.php in osCommerce
2. Is it possible to make the above to redirect no-www -> www on http only and not on https
3. Should I change the SSL to -www.mysite.com
4. Should I not worry and keep the no-www and the redirect above
Thanks

English |
French
