Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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. #Deny from all
  7. Allow from ::1 127.0.0.0/8 \
  8. fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
  9. fe80::/10 169.254.0.0/16
  10.  
  11. ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
  12. </LocationMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement