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