Suggestion for future releases SSL

MikeLFD

Joined: 2013-03-22
Posts: 79
Posted: Mon, 2013-08-26 14:09

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>

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-08-26 16:07

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

 
MikeLFD

Joined: 2013-03-22
Posts: 79
Posted: Mon, 2013-08-26 16:33

Dave would you submit it in my stead?
Apparently you need to register to submit a ticket