RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

####
RewriteEngine On
RewriteCond %{HTTP_HOST} ^hrm.proglobaltechnologies\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hrm.proglobaltechnologies\.com$
RewriteRule ^(.*)$ "http\:\/\/hrm.proglobaltechnologies\.com/$1" [R=301,L]
 
