diff --git a/p/.htaccess b/p/.htaccess index f6216a439..c9d32299e 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -46,14 +46,16 @@ AddDefaultCharset UTF-8 -# Provide the true IP address of the connection (e.g. last proxy), even when using mod_remoteip - - RewriteEngine on - RewriteRule .* - [E=CONN_REMOTE_ADDR:%{CONN_REMOTE_ADDR}] - - - - SetEnvIfExpr "%{CONN_REMOTE_ADDR} =~ /(.*)/" CONN_REMOTE_ADDR=$1 + + # Provide the true IP address of the connection (e.g. last proxy), even when using mod_remoteip + + RewriteEngine on + RewriteRule .* - [E=CONN_REMOTE_ADDR:%{CONN_REMOTE_ADDR}] + + + + SetEnvIfExpr "%{CONN_REMOTE_ADDR} =~ /(.*)/" CONN_REMOTE_ADDR=$1 +