Guest User

Untitled

a guest
Apr 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <Directory full-path-to/USERS>
  2. <FilesMatch ".(php3?|phtml)$">
  3. Order Deny,Allow
  4. Deny from All
  5. </FilesMatch>
  6.  
  7. <LocationMatch "/USERS/.*.(php3?|phtml)$">
  8. Order Deny,Allow
  9. Deny from All
  10. </LocationMatch>
  11.  
  12.  
  13. php_flag engine off
  14.  
  15. RewriteEngine on
  16.  
  17. RewriteCond %{REQUEST_FILENAME} !(.jpg|.jpeg)
  18. RewriteRule ^(.*)$ - [F]
Add Comment
Please, Sign In to add comment