# Prefer root-proxy.php (direct R-Scope.php may return HTTP 500 on some hosts)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^R-Scope\.php$ root-proxy.php [QSA,L,R=302]
</IfModule>
