Showing 404 page not found error when trying to access created page

edited June 2013 in Share
Hi friends, i had install fuel cms on loaclhost having following .htaccess file and following config

.htaccess file

RewriteEngine on
RewriteBase /fuelcms

# 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?/$1 [L]


config.php
$config['index_page'] = "";

i can access fuel admin by http://localhost/fuelcms/fuel/
i had also create by using http://localhost/fuelcms/fuel/pages

but if i now trying to access any create showing me 404 page not found error
eg):
http://localhost/test
http://localhost/about

hey guys let know if were i m wrong or any suggestion.

Comments

Sign In or Register to comment.