I've installed Laravel October CMS. When I access http://localhost/index.php/backend, I can see the loging page of the backend. When I access http://localhost/backend I've 404 Not Found.
I've taken a look to .htaccess
, I've uncommented the RewriteBase
and set the value / /index.php
.
However it still returns a 404. Do you know why?
.htaccess
. I addedtest
in first line. No error is shown so indeed the htaccess file is not read. :-( – JarsOfJam-Scheduler.htaccess
andindex.php
are under the same tree path:) – JarsOfJam-Scheduler.htaccess
file. It probably just needs a slight tweak, otherwise you need to explain precisely what it's meant to be doing. I would guess it needs to route all requests to the CMS front-controller. Is your "CMS" installed in the document-root? – MrWhite