Guest User

Untitled

a guest
Oct 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteRule ^(.*)$ /$1 [L]
  3.  
  4. RewriteCond %{REQUEST_URI} !^/section [NC]
  5. RewriteRule ^ - [R=404,L]
Add Comment
Please, Sign In to add comment