[HELP] Folder is not showing up on web when there's a .htaccess Authentication requir

Discussion in 'Apache' started by qwefASd, Apr 7, 2011.

  1. #1
    Folder is not showing up on web when there's a .htaccess Authentication required.

    How do i let it show up in the web? (still with .htaccess Authentication required.)

    Thanks!!:)

    PS: The folder will show up, if there's a .htaccess file in it but without Authentication required.
     
    Last edited: Apr 7, 2011
    qwefASd, Apr 7, 2011 IP
  2. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #2
    aap, Apr 7, 2011 IP
  3. qwefASd

    qwefASd Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the quick reply!


    but i've enabled it already


    .htaccess file:


    <Files ~ "^\.(htaccess|htpasswd)$">
    deny from all
    </Files>
    AuthUserFile C:\www\SND\.htpasswd
    #AuthGroupFile /dev/null
    AuthName "Please enter your ID and password"
    AuthType Basic
    require valid-user
    Options +Indexes

    BTW, fancyindex enabled as well in (httpd.conf)
     
    qwefASd, Apr 7, 2011 IP