<IfModule mod_rewrite.c>
    suPHP_ConfigPath /home/handlp6/public_html
	RewriteEngine On
	RewriteBase /www.handlpartners.com/msc/

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^(.+)$ index.php/$1 [L]
</IfModule>