<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>
	
	  RewriteEngine On
	  RewriteBase /

	   # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !^/websocket
    RewriteRule ^ index.php [L]


</IfModule>

#php_value session.auto_start 1
#php_value memory_limit 900M