php_value date.timezone 'Asia/Kolkata' 
php_value max_execution_time 7000 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ index.php/$1 [L]