Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteBase /
  2. RewriteEngine On
  3. RewriteCond %{SCRIPT_FILENAME} !-f
  4. RewriteCond %{SCRIPT_FILENAME} !-d
  5. RewriteRule ^Browse-Movies/(.*)$ Browse-Movies.php?page=$1 [L]
  6. RewriteCond %{HTTPS} !=on
  7. RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement