Trying to remove index.php from url in latest codeigniter 4.5.1 |
If you want to open a page likeĀ http://sw/services
you have to remove the "/" in the Config/Routes.php like this: Code: $routes->get('services', 'Services::index'); |
Messages In This Thread |
Trying to remove index.php from url in latest codeigniter 4.5.1 - by kabeza - 05-02-2024, 08:57 AM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by Bosborne - 05-02-2024, 09:44 AM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by luckmoshy - 05-02-2024, 03:51 PM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by kenjis - 05-02-2024, 05:18 PM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by kabeza - 05-03-2024, 04:43 AM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by demyr - 05-03-2024, 05:31 AM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by kabeza - 05-08-2024, 04:13 AM
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by elbambolo - 05-08-2024, 02:56 AM
|