It looks like you're new here. If you want to get involved, click one of these buttons!
i downloaded 1.4.3 fuelcms
http://localhost/FUEL-CMS-master/ . // follow all here
but at
http://localhost/FUEL-CMS-master/fuel/dashboard
getting
404 Page Not Found
The page you requested was not found.
what to do?
Comments
php 7.3 . XAMPP
is .htaccess and mod_rewrite enabled? Also, did you enable the admin in the fuel/application/config/MY_fuel.php
$config['admin_enabled'] = TRUE;
Can you browse to this page:
http://localhost/FUEL-CMS-master/index.php/fuel/dashboard
is .htaccess and mod_rewrite enabled?
where do this? i have xampp
also php is 7.3
soon will answer the other Q... now on other PC...
config['admin_enabled'] = TRUE; // was false
i did TRUE now all working
Thank you