home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Scripts / .htaccess next >
Encoding:
Text File  |  2017-09-22  |  191 b   |  15 lines

  1. Options Indexes FollowSymLinks ExecCGI
  2.  
  3. <Limit POST>
  4. order deny,allow
  5. deny from all
  6. allow from .nikhef.nl
  7. </Limit>
  8.  
  9. <Limit GET>
  10. order deny,allow
  11. deny from all
  12. allow from .nikhef.nl
  13. </Limit>
  14.  
  15.