summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_typo3/partial.erb')
-rw-r--r--templates/vhosts/php_typo3/partial.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/vhosts/php_typo3/partial.erb b/templates/vhosts/php_typo3/partial.erb
index 5c06570..117869f 100644
--- a/templates/vhosts/php_typo3/partial.erb
+++ b/templates/vhosts/php_typo3/partial.erb
@@ -3,7 +3,6 @@
RewriteEngine on
# Rewrite URLs to https that go for the admin area
- RewriteCond %{REMOTE_ADDR} !^127\.[0-9]+\.[0-9]+\.[0-9]+$
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} (.*/typo3/.*)
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]