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
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 HTTP-HTTPS Redirect Not Working
Author « Topic »  

TJM
Advanced Member

United Kingdom
398 Posts

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

Posted - 11/10/2018 :  13:29:58  
Hello

Wonder if anyone can offer some advice, for some reason my redirect from HTTP - HTTPS site has stopped working.

Many thanks in advance.

Regards
Tim

Tim Jones
TJ Motorsport
https://www.tjmotorsport.co.uk

Andy
ECT Moderator

95440 Posts

Posted - 11/10/2018 :  13:51:38  
Hi Tim

I assume that redirect is in the .htaccess file - what do you have there?

Andy

Please feel free to review / rate our software

TJM
Advanced Member

United Kingdom
398 Posts

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

Posted - 11/10/2018 :  14:19:26  
Hello Andy

I have the following:

# ServeLink: browser caching
ExpiresActive On
ExpiresDefault A259200
<FilesMatch "\.(gif|jpg|jpeg|png|ico)$">
ExpiresDefault A2419200
Header append Cache-Control "public"
</FilesMatch>
<FilesMatch "\.(js|css|xml)$">
ExpiresDefault A604800
Header append Cache-Control "private, must-revalidate"
</FilesMatch>
<FilesMatch "\.php$">
ExpiresDefault A0
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
</FilesMatch>

Regards
Tim

Tim Jones
TJ Motorsport
https://www.tjmotorsport.co.uk

Andy
ECT Moderator

95440 Posts

Posted - 11/11/2018 :  00:12:03  
There's nothing there to redirect to https so I would use the following

RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.example\.co.uk$ [NC]
RewriteRule ^(.*)$ https://www.example.co.uk/$1 [L,R=301]

Andy

Please feel free to review / rate our software

TJM
Advanced Member

United Kingdom
398 Posts

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

Posted - 11/11/2018 :  13:12:31  
Thank you Andy. Much appreciated.

Regards
Tim

Tim Jones
TJ Motorsport
https://www.tjmotorsport.co.uk
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000