This is what happened:
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 .* inde…
The problem is that when I try to access the fuel cms:
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 …