Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. RewriteCond %{SERVER_PORT} !^443$
  2. RewriteCond %{REQUEST_URI} (.*)/$
  3. RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement