Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot get to the admin page #602

Open
GrandM1961 opened this issue Feb 19, 2023 · 4 comments
Open

cannot get to the admin page #602

GrandM1961 opened this issue Feb 19, 2023 · 4 comments

Comments

@GrandM1961
Copy link

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.

@conroywong
Copy link

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

@GrandM1961
Copy link
Author

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.

@daylightstudio
Copy link
Owner

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']?

@GrandM1961
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants