RewriteEngine on

RewriteBase //

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

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag display_errors Off
   php_value max_execution_time 3000
   php_value max_input_time 600
   php_value max_input_vars 1000
   php_value memory_limit 1024M
   php_value post_max_size 768M
   php_value session.gc_maxlifetime 14400
   php_value upload_max_filesize 1024M
   php_flag zlib.output_compression Off
   php_flag asp_tags Off
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_value max_execution_time 3000
   php_value max_input_time 600
   php_value max_input_vars 1000
   php_value memory_limit 1024M
   php_value post_max_size 768M
   php_value session.gc_maxlifetime 14400
   php_value upload_max_filesize 1024M
   php_flag zlib.output_compression Off
   php_flag asp_tags Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^old.talhatraining\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\old.talhatraining\.com$
RewriteRule ^/?$ "https\:\/\/old.talhatraining\.com\/" [R=301,L]
<FilesMatch "\.(php4|php5|php3|php2|php|phtml)$">
 SetHandler application/x-httpd-alt-php56-lsphp
</FilesMatch>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
