summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_gallery2/partial.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 19:22:40 +0200
committermh <mh@immerda.ch>2011-10-08 19:22:40 +0200
commit2fa748dcc92e34b13bd4b6f7e452ef89b29490c4 (patch)
treef3827bd2c8cc3206b4f2a5a8a09b4951940d6cc4 /templates/vhosts/php_gallery2/partial.erb
parent24c047d1cfc54c003eef7445e177e28f373c1da4 (diff)
introduce a new template style, less duplicated things, more handy options
Diffstat (limited to 'templates/vhosts/php_gallery2/partial.erb')
-rw-r--r--templates/vhosts/php_gallery2/partial.erb16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/vhosts/php_gallery2/partial.erb b/templates/vhosts/php_gallery2/partial.erb
new file mode 100644
index 0000000..05cc9f4
--- /dev/null
+++ b/templates/vhosts/php_gallery2/partial.erb
@@ -0,0 +1,16 @@
+ <Directory "<%= documentroot %>/">
+<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
+
+<%= scope.function_template('apache/vhosts/partials/php_settings.erb') %>
+
+<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
+
+<% if vhost_part != :ssl -%>
+ # Always rewrite login's
+ # Source: http://gallery.menalto.com/node/30558
+ RewriteEngine On
+ RewriteCond %{HTTP_COOKIE} ^GALLERYSID= [OR]
+ RewriteCond %{QUERY_STRING} subView=core\.UserLogin
+ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
+<% end -%>
+ </Directory> \ No newline at end of file