[users@httpd] Re: Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-27 Thread Bo Berglund
On Thu, 02 May 2013 14:46:36 -0400, Ben Johnson wrote: > >P.S. I advise you not to try to write-out your htpasswd files using pure >PHP. It seems much more sound to use the Apache-provided utility >executables to manipulate htpasswd and related files. > >In other words, use PHP's proc_open() or s

[users@httpd] unable to get username with AuthFormLoginRequiredLocation

2013-05-27 Thread hitthu indra
Hi all,   I have a login page which accepts username and password. Once the user clicks on login button, control goes to the action (/l_security_check). This username and pw are authenticated using form based auth. IF the login is success, it invokes the URL specified under AuthFormLoginSucc

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-27 Thread Joydeep Bakshi
Hello Tom, After tweaking the search pattern, the rule are working fine. Thanks for your tips and thanks to all who has given me the clue. - best wishes On 27-May-2013, at 12:34 PM, Joydeep Bakshi wrote: > Hello Tom, > > sorry for the wrong implementation of the rules. > > This time I ha

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-27 Thread Joydeep Bakshi
Hello Tom, sorry for the wrong implementation of the rules. This time I have done it as per requirement actual url http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211 it should be http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211&L=5 The &L=5 has t