Welcome Guest, Not a member yet? Register   Sign In
Trying to remove index.php from url in latest codeigniter 4.5.1
#7

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');
Reply


Messages In This Thread
RE: Trying to remove index.php from url in latest codeigniter 4.5.1 - by elbambolo - 05-08-2024, 02:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB