View Single Post
Old 10-05-2001, 03:34 AM  
Bear
Confirmed User
 
Join Date: Jul 2001
Posts: 261
.htaccess question

Hi all,

I have a question regarding .htaccess.

I put a very simple .htaccess to protect a member area. Something like:

AuthName "Member Area"
AuthType Basic
AuthUserFile /folerto/.htpasswd
<limit GET POST PUT>
require valid-user
</limit>

Most of the users, even myself can access it without any problem.

But only users from Singapre can't access to the member. They have time-out error or connection reset by peer error.

But they can surf other sections of the site without problem. I even make a new protected folder for them and the result is just the same.

Is the problem related to the .htaccess file or server setting? Is it related to the server configuration or Apache versoin?

Any comments are welcome. Thanks.

Bear
Bear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote