Commit 6fcc2d6dc8413438ced578981b255b1b48b258af

Authored by Megan Watson
1 parent 00bb6798

Changed htaccess to allow from localhost only

PT: 2491935

Committed by: Megan Watson
Showing 1 changed file with 2 additions and 4 deletions
bin/.htaccess
1   -Order deny,allow
2   -Allow from all
3   -
4   -IndexIgnore *.*
  1 +Order allow,deny
  2 +Allow from 127.0.0.1, localhost
... ...