Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteBase /
  2. RewriteCond %{SERVER_PORT} 80
  3. RewriteRule ^(.*)$ https://dominio_destino/$1 [R,L]
  4.  
  5. RewriteBase /
  6. RewriteCond %{SERVER_PORT} 80
  7. RewriteRule ^(.*)$ https://dominio_destino/$1 [L,R=301]
Add Comment
Please, Sign In to add comment