Learn how .htaccess files work in PHP CodeIgniter.
This video is presented to you by https://itechscripts.com
Please like and subscribe to our channel. Press the bell icon to get new video updates.
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]