Might be adventagious to simplify the process for anyone to use SSL connections to their Gallery installation by giving the option to force SSL use right in the gallery htaccess file. something like this maybe
#<IfModule mod_rewrite.c>
# Options +FollowSymLinks
# RewriteEngine On
# RewriteBase /
# Remove # from the next 2 lines to force SSL connections
# RewriteCond %{HTTPS} !=on
# RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L]
# RewriteRule ^$ index.php?kohana_uri=$1 [QSA,PT,L] RewriteRule ^index.php/(.*) $1 [QSA,R,L]
# </IfModule>
Posts: 27300
Please file a feature request:
http://sourceforge.net/apps/trac/gallery/
it might get lost in the forums. Thanks for give users a pointer.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 79
Dave would you submit it in my stead?
Apparently you need to register to submit a ticket