Guest User

Untitled

a guest
Apr 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteEngine on
  2. #
  3. # stuff to let through (ignore)
  4. RewriteCond %{QUERY_STRING} ^p=2169$ [OR]
  5. RewriteCond %{REQUEST_URI} "/folder2/"
  6. RewriteRule (.*) $1 [L,R=401]
  7. #
Add Comment
Please, Sign In to add comment