From 94154f5877a041058e2b083cff1047604d14f202 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 12 Jun 2013 00:50:20 +0200 Subject: remove unnecessary template part from mediawiki we also have likely anonymization in place, hence all ips are from localhost --- templates/vhosts/php_typo3/partial.erb | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/vhosts/php_typo3') 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] -- cgit v1.2.3