Welcome Guest, Not a member yet? Register   Sign In
Redirect issue on new local project
#1

Hi! I'm trying the last version of CI (CI4) but I'm getting any problems on the localhost installation.
The project is located in {XAMPP}/htdocs/ejemplo-ci
I've in App.php:

Code:
public $baseURL = 'http://localhost/ejemplo-ci/';
public $indexPage = 'index.php';

and the routes

Code:
$routes->get('/', 'Usuarios::index');
$routes->get('/registro', 'Usuarios::registro');

There isn't with the home page (references to index section con Usuarios controller) but
http://localhost/ejemplo-ci/registro send me to XAMPP Dashboard.
Can anybody help me?
Reply


Messages In This Thread
Redirect issue on new local project - by rcamino - 01-07-2021, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB