It looks like you're new here. If you want to get involved, click one of these buttons!
I am trying to install fuelcms but i reached this error. I already changed my .htaccess, config. When i clicked the admin part, this was the error
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.33 (Win32) OpenSSL/1.1.0h PHP/7.2.5
Hope you can help me with this. Thank you.
Comments
Did you enable the admin in fuel/application/config/MY_fuel.php (by default it is set to FALSE)
$config['admin_enabled'] = TRUE;
Yes I already changed it to TRUE
Do you have mod_rewrite enabled in your apache config?
LoadModule rewrite_module modules/mod_rewrite.so
Yes its enabled. I was once installed it on my windows 7 desktop. But when i tried on my windows 10.. this was I encountered.
Does a page show up here:
http://{myserver.com}/index.php/fuel/login
Also, is your site in a subfolder on your server? If so, you may need to change your .htaccess
Hi I've just setup the system but it redirects me to xampp dashboard. any help?
Have you tried this:
https://codeigniter.com/user_guide/installation/troubleshooting.html