[SOLVED] https - help

barrydocks

Joined: 2010-05-21
Posts: 7
Posted: Tue, 2011-07-19 08:24

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

 
barrydocks

Joined: 2010-05-21
Posts: 7
Posted: Tue, 2011-07-19 08:55

Ok solved it
add the following to /var/shared/gallery2/.htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Tue, 2011-07-19 09:08

Nice of you to post the answer.

Wish many more did the same.

--
dakanji.com