.htaccess question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bear
    Confirmed User
    • Jul 2001
    • 261

    #1

    .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
  • whoreans
    Confirmed User
    • Jun 2001
    • 1407

    #2
    maybe them ppl at singapore got a bad connection to your site.

    or the apache server banned singapore traffic?

    Comment

    Working...