CI 2 gave the same error. I cycled through all possible values of $config['uri_protocol'] until 'ORIG_PATH_INFO' finally worked!
Of course now the base href being reported by site_url() ends in a double trailing slash, and all my css and js script…
I've used Wordpress on this server before, which (I assumed) was using mod_rewrite to prettify the URL's. Confirmed by amending .htaccess to be:
Options +FollowSymLinks
Deny From All
Options -Indexes
which gave me the Apache denied message
http://example.com/index.php/fuel works
I've amended my config.php to use index.php as the index page, created an about page, but that at http://example.com/index.php/about gives a 404. May need to go poke the config with a stick some more.
.htaccess is working fine - I just amended it to Deny From All as a test and it stopped me dead Reverting to the Fuel bundled .htaccess gave me back the home page.
Changing the "admin_enabled" makes no difference.
OK, I just grabbed the latest tarball from github and installed it clean to a new subdomain on my host, let's call it http://example.com
Standard welcome screen (with install instructions), but when I select the link to the dashboard - http://examp…
I'm using Fuel 0.91 because I wanted to work off the CI 2.0 codebase. How easy is it (if it all) to merge the latest CI release with my existing Fuel installation? From the looks of it, I can update the Fuel codeigniter folder with the CI system f…