summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3/partial.erb
blob: edb2966ff11119adc7f198004d61253548a1ee18 (plain)
1
2
3
4
5
6
7
8
9
<%= scope.function_template(['apache/vhosts/php/partial.erb']) %>
  <Directory "<%= @documentroot %>/typo3/">
    RewriteEngine on

    # Rewrite URLs to https that go for the admin area
    RewriteCond %{HTTPS} !=on
    RewriteCond %{REQUEST_URI} (.*/typo3/.*)
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]
  </Directory>