<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /
	
	RewriteRule ^.*$ web/index.php [NC,L]
</IfModule>