Still on the Getting started screen.
Database configured as in the instructions. DB created, user assigned, config file altered to reflect the changes.
Permissions assigned as instructed. (that part turned green)
I copied a .htaccess file from a WP installation, and it reads:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
It's located in the root of the fuel folder.
So how do i get started?
Comments
RewriteBase /fuel/
If mod_rewrite is working then you should be able to go to:
http://mywebsite.com/fuel
and login with uid: admin, pwd: adminIn addition, you can go into the application directory and start adding your CodeIgniter specific project code, create static view files (if you don't want to use the CMS), controllers, models etc.
It has its own domain name, fuel.foo.bar
When i enter that in the browser i get the fuel Getting Started screen.
Since it's not in a subfolder, i left the rewrite base to /.
However, even if i modify the config file to say index.php, i still get the getting started screen.
Like i mentioned above, its located in the root folder of the fuel installation
Here is another thread that relates to problems getting errors while trying to access the FUEL admin that may help:
http://www.getfuelcms.com/forums/discussion/3/problems-with-.htaccess-and-404-
dashboard-not-found/#Item_18
But if i create a page, and try to access it, i get a 404?