Hi,
I've been so busy that I never updated beyond Zenphoto 1.1.3. If I were to upgrade to the current 1.2 version, would my .htaccess and .htpasswd trick for password protecting my installation still work?
See this thread for more details
http://www.zenphoto.org/support/topic.php?id=1917and what the trick is/was is adding this to the .htacess in the front of the default .htaccess that comes with the zenphoto build
`
AuthName "Secure"
AuthType Basic
AuthUserFile /my-complete-filepath/photos/.htpasswd
Require valid-user
`
I assume I only have to change the `RewriteBase` to point to my current directory too before I run the update?
Thanks!
Comments