How to remove index.php from url in codeigniter on April 16, 2018 Get link Facebook X Pinterest Email Other Apps How to remove index.php from url in codeigniter? By using .htaccess file , replace below code in file RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] Comments
Comments
Post a Comment