Use this in .htaccess file for resolve the issue

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

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *