at the minute
i have:
http://domain/uploading/ which requires login.
but i dont want http://domain/uploading/thefilesthathavebeenuploaded/ to require a password or anything, ie. its open for all.
how can i separate my sub folder from the root folder with regards access? i dont particularly want to have:
domain/upload/
domain/files/
is the content of my current htaccessCode:AuthName "Authorisation Required" AuthType Basic AuthUserFile /path/to/my/.htpasswd require valid-user


LinkBack URL
About LinkBacks
Reply With Quote