Is there anyway to put an extension name to a codeigniter route, for example like (.html, .php), ive read the documention about routing and is seems that they dont have that kind of feature.
i just want my route to look like this
https://localhost/project/route.php
any ideas?
Thank you.
Just modify this in config.php.
$config['url_suffix'] = '.html'; //or .php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With