Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <If "%{SERVER_PROTOCOL} != 'HTTPS'">
  2. Redirect "/admin/" "https://www.example.com/admin/"
  3. </If>
  4.  
  5. <If "%{SERVER_PROTOCOL} != 'HTTPS'">
  6. Redirect "/" "https://www.example.com/"
  7. </If>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement