[Phplib-users] Apache .htaccess and auth phplib integration question
Brought to you by:
nhruby,
richardarcher
From: Serghej P. <sp...@ti...> - 2002-09-05 16:14:08
|
Hello everybody, I have the question about directory protection. The site www.mysite.com is protected with=20 page_open(array("sess" =3D> "TiSid", "auth" =3D> "Crypt_Auth", "perm" = =3D> "Perm", "user" =3D> "User")); in auto prepend file prepend.php3 BUT the alias /protected_files ( www.misite.com/protected_files) is not = protected because have not php files inside. How can i protect "protected_files" dir and all subdiris and files with = same phplib auth scheme? Is it possible insert into .htaccess page_open function call? Thanks all. Best Serghej =20 |