Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteRule ^(template-resources) - [F,L]
  3. RewriteCond %{REMOTE_ADDR} !^78\.9\.71\.83
  4. RewriteRule $ /503.php [R=302,L]
  5. RewriteRule ^(.*)$ ajp://localhost:8009/storefront/$1 [L,R=301]
Add Comment
Please, Sign In to add comment