FUEL-CMS icon indicating copy to clipboard operation
FUEL-CMS copied to clipboard

cannot get to the admin page

Open GrandM1961 opened this issue 2 years ago • 4 comments

I have followed everything to setup Fuel and after everything done I want to goto localhost/fuel/fuel/ as it directs me and a 404 appears Not found. When I look into the index.php it says this: <?php header('Location: start'); exit();

No idea where to look for start as a location, so I got stuck even before I can begin. Some pointers would be nice, thank you.

GrandM1961 avatar Feb 19 '23 10:02 GrandM1961

Seems you haven't configured well php environment in your computer. Suggested you to use xampp or wamp for beginners.

conroywong avatar Feb 19 '23 15:02 conroywong

Well it does exactly the same on that as well, so out of the box I get the same error, so nothings wrong with my php environment.

GrandM1961 avatar Feb 21 '23 09:02 GrandM1961

So to be clear, you've setup the installation in a subfolder called "fuel" correct? If so, did you add that folder to the .htaccess like so?

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /fuel/

If so, did you enable the admin in fuel/application/config/MY_fuel.php $config['admin_enabled']?

daylightstudio avatar Feb 21 '23 17:02 daylightstudio

Yes i did put it in was my mistake, but now it throws a bunch of errors. I give up

GrandM1961 avatar Feb 22 '23 18:02 GrandM1961