My project is almost complete so I cannot make changes in url throughout project.whenever I use redirect like
redirect('welcome?loggedout=true', 'refresh');
Page get redirected to
welcome?loggedout=true.php
I have added URL suffix
$config['url_suffix'] = '.php';
But can I use it as optional and url remains normal with extension until I want to customise a link with .php.
In order to use Query String URL’s, edit
config.phpwhich is located inapplication/config. Setenable_query_stringstoTRUEand define controller and function trigger.Output
Go through this source