Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

motorcycletunes@aol.com
Advanced Member

USA
360 Posts

Pre-sales questions only
(More Details...)

Posted - 07/27/2019 :  20:20:25  
when i access my site it says
not secured in the address bar, I have a secured checkout and the https for my homepage works but not sure how to get it to load it there everytime.

motorcycletunes@aol.com
Advanced Member

USA
360 Posts

Pre-sales questions only
(More Details...)

Posted - 07/27/2019 :  20:30:05  
my host said the following, but i'm not sure where to add this to make it happen

Suppose you have URL like http://shop.example.com and you want your visitors to be redirected to https://shop.example.com

Here are some examples of how to force SSL. Simply place the following rules into your .htaccess file:

HTTP to HTTPS with www Redirect
This version will both redirect to HTTPS as well as add "www." to the beginning of the hostname if it is missing.

# Enable rewrite rules
RewriteEngine On


## Redirect HTTP to HTTPS with www

# Only trigger rule if a non-ssl port is being used
RewriteCond %{SERVER_PORT} !443
# Extract non-www portion of HTTP_HOST
RewriteCond %{HTTP_HOST} ^(www\.)?(.*) [NC]
# Redirect to HTTPS with www
RewriteRule (.*) https://www.%2/$1 [R=301]

insight
ECT Moderator

USA
4476 Posts

Posted - 07/27/2019 :  20:48:01  
That's a totally lame response from the host. Providing you with directives to add to an Apache server configuration file when you are hosted on a Windows server isn't going to move you forward at all. There is actually some more relevant advice here: https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=106851 (post #5) that might get you pointed in the right direction.

Peter


Professional ecommerce web hosting services
Shared hosting Windows & Linux | Dedicated servers | Domains | SSL
Ecommerce Templates specialists since 2003
https://servelink.com
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000