summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3/partial.erb
blob: 89f2f60606ac90bfa0bc73ed56aac97b3d7245d1 (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>