Tryied several times with some success. I am trying to install zenphoto on ubuntu 10.04 server 64 bit, with https access only.
I have:
1. downloaded and extracted the tar.gz file to the /var/www directory
2. modified zp-config.php.source to include the mysql credentials and set $conf['server_protocol'] = "https"
3. saved zp-config.php.source as ~/zp-data/zp-data
4. created the mysql database as appropirate
5. browsed to
https://mydomain/zenphoto/zp-core/setup.php6. create the htaccess file
7. ignore the warnings about loose permission settings
8. hit "GO"
9. delete setup files
10. set admin username and password
If I access the gallery via
http://mydomain/zenphoto the browser is sent to
https://mydomain/zenphoto without a problem;
But if I access the gallery via
http://www.mydomain/zenphoto then I get a page saying "setup scripts missing".
How do I get the
http://www page to forward to
https://www page?
Thanks
Comments
I have tried reinstalling ZP but with the same problem