will my old htaccess trick work with zenphoto 1.2?

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=1917

and 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

  • You will have to port those changes to the current .htaccess file. Otherwise they should work.
  • Thank you sbillard! I will try to update over the weekend.
Sign In or Register to comment.