Order Allow,Deny
Allow from all

<IfModule mod_rewrite.c>
	RewriteEngine on

	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteCond %{REQUEST_FILENAME} !-f


	#RewriteCond %{HTTP_HOST} ^splash\.borsacazare\.ro [NC]
	#RewriteRule ^(.*)$ http:\/\/splash\.borsacazare\.ro\/ [R=permanent,L]

	RewriteRule ^$ index.php [L,QSA]

	Header set Vary "Accept-Encoding"
</IfModule>