BlankCanvas
Technical User
Hi, Can anyone tell me if it is possble to protect an entire site using .htaccess files whilst still allowing 3 files to be accessed by any user. i.e. splash.html, splash.jpg & banner.jpg .
My current .htaccess looks like this:
#Start of File.
DirectoryIndex splash.html
AuthType Basic
AuthName "Beta Site"
AuthUserFile /sites/site1/users.htpasswd
require valid-user
#End of File.
What i need is to allow the first page to display along with a logo, giving the users some basic information.
Thanks
Stephen
My current .htaccess looks like this:
#Start of File.
DirectoryIndex splash.html
AuthType Basic
AuthName "Beta Site"
AuthUserFile /sites/site1/users.htpasswd
require valid-user
#End of File.
What i need is to allow the first page to display along with a logo, giving the users some basic information.
Thanks
Stephen