Welcome Guest, Not a member yet? Register   Sign In
Build Your First Application » Static Pages (CI 4.2.1)
#3

Thank you for explanation.

Your steps (https://codeigniter.com/user_guide/tutor...pages.html) are working now with the code:

PHP Code:
$routes->get('pages/(:any)''Pages::view/$1'); 


... instead of:

PHP Code:
$routes->get('(:any)''Pages::view/$1'); 


Now I understood. Thanks!
Reply


Messages In This Thread
RE: Build Your First Application » Static Pages (CI 4.2.1) - by rodrigoguariento - 07-27-2022, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB