poznet and htaccess problem

I'm hosted at poznet.com, a company from Singapore with servers in California. Recently I've been having trouble with my website, but only in the password protected areas. Some pages would not open and the pictures wouldn't load. When I deactivate .htaccess protection for the protected directory, the problem is gone. I'm glad I pinpointed the problem to the htaccess, because I was really puzzled at first. Poznet claimed it was a DNS problem.

But now I'm wondering how I could fix this. I do need password protection, and htaccess seems the easiest way. I activate this from cpanel. I thought perhaps their .htaccess script is wrong. Could you please check it for me? And if it's okay, what else can I try?

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.schuiling.net
AuthUserFile /home/emphyrio/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/emphyrio/public_html/_vti_pvt/service.grp

 

 

 

 

Top