summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_typo3/partial.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-06-12 00:50:20 +0200
committermh <mh@immerda.ch>2013-06-12 00:50:23 +0200
commit94154f5877a041058e2b083cff1047604d14f202 (patch)
treefb86a3f56cde32b60478d25439326bf3e9e46e91 /templates/vhosts/php_typo3/partial.erb
parente7d50df18b18c152bfb6eed8fe8a59d2ff0de975 (diff)
remove unnecessary template part from mediawiki
we also have likely anonymization in place, hence all ips are from localhost
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]