# Uncomment the following to prevent the httpoxy vulnerability # See: https://httpoxy.org/ # # RequestHeader unset Proxy # RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L]