zapcode

plesk_redirect_www_https

May 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{HTTPS} off [OR]
  3. RewriteCond %{HTTP_HOST} !^www\. [NC]
  4. RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
  5. RewriteRule ^ https://www.%1%{REQUEST_URI} [L,NE,R=301]
Add Comment
Please, Sign In to add comment