Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #
  2. # New XAMPP security concept
  3. #
  4. <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
  5. Order deny,allow
  6. Allow from all
  7. ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
  8. </LocationMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement