• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

htaccess

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    htaccess

    hi all

    does anyone how to configure a htaccess file to allow all visitors to see a directory? I've tried the folowing but it doesn't work:

    <Limit GET>
    allow from all
    </Limit>

    #2
    re

    win98, apache 2.045

    error log:
    [path to file].htaccess: allow not allowed here

    Comment


      #3
      Re: re

      you only need htaccess file to password protect directory - used by so called simple HTTPauth.

      Comment


        #4
        re

        cheers. but if there's a htaccess file higher up the file directory it applies to the directory i am trying to remain public.

        Comment


          #5
          Re: re

          it might be a good design idea not to make public directories inside private - best to separate them.

          Comment

          Working...
          X