<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /install/
	RewriteRule ^modrewrite.test*$ index.php [L]
</IfModule>