Redirect issue on new local project |
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/'; and the routes Code: $routes->get('/', 'Usuarios::index'); 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? |
Messages In This Thread |
Redirect issue on new local project - by rcamino - 01-07-2021, 05:05 AM
RE: Redirect issue on new local project - by berendbotje91 - 01-07-2021, 05:16 AM
RE: Redirect issue on new local project - by rcamino - 01-08-2021, 04:21 AM
RE: Redirect issue on new local project - by captain-sensible - 01-07-2021, 10:21 AM
RE: Redirect issue on new local project - by InsiteFX - 01-08-2021, 12:20 PM
RE: Redirect issue on new local project - by berendbotje91 - 01-11-2021, 12:21 AM
|