Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine ON
  2. RewriteCond %{HTTP_HOST} ^ryantrawick.com
  3. RewriteRule (.*) http://www.ryantrawick.com/$1 [R=301,L]
  4.  
  5. RewriteEngine ON
  6. RewriteCond %{HTTPS}
  7. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement