Still on the Getting started screen.

edited June 2011 in Installation
I can access www.mysite.com/fuel
and add pages which i can view
ie www.mysite.com/about
but i want to view a welcome page when accessing www.mysite.com - all i get at the moment is the installation page
please can you help??!!

newbie to codeigniter but have got an installation of 2.0 up and running with no issues (as well as pyro)

.htaccess file reads:


Options +FollowSymLinks

RewriteEngine On
RewriteBase /


Order Deny,Allow
Deny From All


# Allow asset folders through
RewriteRule ^(fuel/modules/(.+)?/assets/(.+)) - [L]

# Protect application and system files from being viewed
RewriteRule ^(fuel/install/.+|fuel/crons/.+|fuel/data_backup/.+|fuel/codeigniter/.+|fuel/modules/.+|fuel/application/.+|\.git.+) - [F,L]


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php?/$0 [L]

Options -Indexes


It's located in the root of the fuel folder.

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)


Thanks

Comments

  • edited 2:03PM
    sorted - just needed to make a page called home first!! - doh!
Sign In or Register to comment.