home *** CD-ROM | disk | FTP | other *** search
/ 91.121.126.69 / 91.121.126.69.tar / 91.121.126.69 / www / .htaccess.1171888120 < prev    next >
Text File  |  2007-04-19  |  365b  |  16 lines

  1. # -FrontPage-
  2. IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
  3. <Limit GET POST>
  4. order deny,allow
  5. deny from all
  6. allow from all
  7. </Limit>
  8. <Limit PUT DELETE>
  9. order deny,allow
  10. deny from all
  11. </Limit>
  12. AuthName www.upominkarnia.com.pl
  13. AuthUserFile /home/upominek/public_html/_vti_pvt/service.pwd
  14. AuthGroupFile /home/upominek/public_html/_vti_pvt/service.grp
  15.  
  16.