I would like to access my gallery via https, please can someone explain how to do this or point me in the direction of a suitable how to? Thanks
Ok solved it add the following to /var/shared/gallery2/.htaccess
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Nice of you to post the answer.
Wish many more did the same.
-- dakanji.com
Posts: 7
Ok solved it
add the following to /var/shared/gallery2/.htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Posts: 1642
Nice of you to post the answer.
Wish many more did the same.
--
dakanji.com