0 votes
20 views
Originally published at www.question2answer.org in Others by (906 points)
RewriteEngine On

# Redirect www to non-www
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Please log in or register to answer this question.

PAID PLUGINS:
1) BonusPlus (5 plugins in 1)
2) Scheduled Posts
3) VerifyPlus
4) PM Plus
5) Online Plus
6) NoSpam

FREE PLUGINS:
1) Facebook Friend Inviter
2) MyFavs Gyzgyn

Categories

...