i can't install the fuel cms
1.- The mod_rewrite module is enables and working.
2.- server : This is my folder structure on the server :
www.mysite.com/fuel_cms/assets/
www.mysite.com/fuel_cms/fuel/
3.- What is wrong with my .htaccess file?
Options +FollowSymLinks
RewriteEngine On
RewriteBase /fuel_cms/
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
Comments
RewriteRule .* index.php?/$0 [L]
http://www.mysite.com/fuel_cms/fuel/
This sends me http://www.mysite.com/fuel_cms/fuel/dashboard
but it shows my main site: http://www.mysite.com/index.php
when it should show me the access to the fuel admin
http://www.secodein.com/fuel_cms/fuel/dashboard
http://www.secodein.com/fuel_cms/index.php/fuel/
Do you have the admin enabled in the fuel/application/config/MY_fuel.php ?
Also what happens if you change the uri_protocol? This thread also has some information that may help (including the note from above about adding a "?" in your RewriteRule.
http://www.getfuelcms.com/forums/discussion/comment/75/#Comment_75
¡ajua! como dicen por aca en México.
gracias y un saludo.
thanks and grettings from México!!!
In my desperation to find a solution, I edit the .htaccess as follows:
RewriteRule .* index.php/$1[L]
putting 1 instead of 0 (that I saw in a codeigniter forum)
then, when I put a question mark at the end:
RewriteRule .* index.php?/$1 [L]
en lugar de :
RewriteRule .* index.php?/$0 [L]
so, everything was my fault. I apologize if you waste time.
Fuelcms didn't help me to develop application on codeigniter faster.
Most of web developers prefer codeigniter cause of learning curve.
fuelcms's learning curve doesn't match with codeigniter.
you must share video tutorials about installation and development if you want fuelcms to be used by codeigniter developers.
last dilemma if fuel is a cms than it should be easy to install as all cms and you should supply more example modules. if fuel is a development tool why it's harder to control than codeigniter which you say this tool help ci developers.
you may ask if why i am such angry about that. before installation i read all blogs. and all opinions and issues on this forum. but not installation problems. i wasn't expecting an installation problem especialy on localhost. Actually i spend so much time with fuelcms that should easily enough to understand all Zend framework
good luck you on your development process.
I'm new and I can't seem to get FUEL to work (I knew I shouldn't have put plane fuel in my car!!! lol)
Well, I followed the instructions (for the most part), but when it came time to head to my admin, I got an Object not Found error. I've also been getting those errors in regards to the getting started links and stuff at the bottom of the page. I'm using XAMPP on MAC. Install is clean.
FWIW, we've installed Fuel on OSX native, xampp/mamp, win xammp and production VPS without any issue.