View Single Post
Old 03-27-2017, 09:14 AM  
EN1GMA
Confirmed User
 
EN1GMA's Avatar
 
Industry Role:
Join Date: Nov 2005
Posts: 1,236
[Help] .htaccess issues with HTTPS

Hello guys,

Can someone give me a little help with my htaccess file?
I installed SSL in my site and now I'm having some problems adding a code to redirect from http:// to https://

The code is fine:
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
The problem is that I'm using W3 Total Cache plugin and I think is causing conflict.
I need someone to give a look to my .htaccess file.

Please add me on Skype: timoteoluis

Help!
EN1GMA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote