php_flag register_globals on

<IfModule mod_rewrite.c>
	SetEnv HTTP_MOD_REWRITE On
	RewriteEngine On
	RewriteBase /

	RewriteCond %{REMOTE_HOST} !^127\.0\.0\.1
	RewriteRule .* / [R=302,L]

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteRule silverstripe-xhprof/code/ThirdParty/xhprof_html/ silverstripe-xhprof/code/ThirdParty/xhprof_html/index.php?%{QUERY_STRING} [L]
</IfModule>