Re: [us...@httpd] password protected files

2010-01-21 Thread Igor Cicimov
Put that file in separate protected directory and write RewriteRule...just an idea. On Jan 22, 2010 1:36 AM, "Nasir Zia" wrote: My directory authentication works fine. But i want to restrict only one file behind authentication which is not working for me On Thu, Jan 21, 2010 at 6:19 PM, Nilesh

Re: [us...@httpd] password protected files

2010-01-21 Thread Nasir Zia
My directory authentication works fine. But i want to restrict only one file behind authentication which is not working for me On Thu, Jan 21, 2010 at 6:19 PM, Nilesh Govindarajan wrote: > On 01/21/2010 05:44 PM, Nasir Zia wrote: > >> AOA, >> >> how can i password protect a single file with htacc

Re: [us...@httpd] password protected files

2010-01-21 Thread Nilesh Govindarajan
On 01/21/2010 05:44 PM, Nasir Zia wrote: AOA, how can i password protect a single file with htaccess. i am using below technique but it not works for me AuthName "test" AuthType Basic AuthUserFile /path to file/.htpasswd require valid-user Nasir I think your server is not permitting Aut

[us...@httpd] password protected files

2010-01-21 Thread Nasir Zia
AOA, how can i password protect a single file with htaccess. i am using below technique but it not works for me AuthName "test" AuthType Basic AuthUserFile /path to file/.htpasswd require valid-user Nasir