
RLimitMEM 265500800



<IfModule mod_rewrite.c>
	Options -Indexes
	RewriteEngine On
	
    #RewriteBase /
	
    # Enforce www
    RewriteCond %{HTTP_HOST} !^(www.coswil.com) [NC]
    RewriteRule ^(.*)$ http://www.coswil.com/$1 [L,R=301]
	

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?/$1 [PT,QSA]
</IfModule>
