Re: [users@httpd] .htaccess

2017-09-18 Thread Rondon
Hi Yann, But I need to have both working.. By Referer bypass the user authentication if Referer is different it needs the user authentication. Cheers, Rondon - Your life is shaped by your mind and you

[users@httpd] .htaccess

2017-09-14 Thread Rondon
Hi Folks, Sorry to bother you. My website is using apache at Dreamhost. I'm authenticating using a require valid-user at .htaccess But I need to add more directives to authenticate the access by Referer. If the user comes from a specific referer, the user doesn't have to receive the authenticati

[users@httpd] Basic Authentication by password and Bypass by Referer

2017-09-12 Thread Rondon
Hi Folks, I want to configure my .htaccess that requires user authentication or bypass the user authentication if it comes from a specific referer. Is there any way to do this ? Thanks in advance, --DJ