FallbackResource index.php

RewriteEngine on
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^test/?$ /test/index.html [L]

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule . index.php [L]
	
	RewriteRule .* - [e=HTTP_AUTHORIZATION:%{HTTP:Authorization}]