Member
Member
spike   2008-11-09, 06:42
#1
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!
Member
Member
sbillard   2008-11-09, 18:17
#2
You will have to port those changes to the current .htaccess file. Otherwise they should work.
Member
Member
spike   2008-11-10, 15:53
#3
Thank you sbillard! I will try to update over the weekend.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.