Guest User

Untitled

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