This is a SAMPLE TESTING MESSAGE sent through Cell Broadcasting System by Department of Telecommunication

Image
  This is a SAMPLE TESTING MESSAGE sent through Cell Broadcasting System by Department of Telecommunication, Government of India. Please ignore this message as no action is required from your end. This message has been sent to test Pan-India Emergency Alert System being implemented by National Disaster Management Authority. It aims to enhance public safety and provide timely alerts during emergencies. Timestamp: 12-10-2023 12:13 PM 21

How to remove index.php from url in CodeIgniter 3

 



Adding below code in htaccess file we can remove index.php from codeigniter URL


1. We have to make below changes in application/config/config.php

$config['index_page'] = '';


2. We have to add below code block in .htaccess file in root of the codeigniter project


RewriteEngine On

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

Comments

Popular posts from this blog

Google doodle celebrates India Republic Day