Ok, it works adding this $config['index_page'] = "index.php"; as fuel says in the home.
but the form of the url are like this:
index.php/fuel/pages
index.php/fuel/dashboard
index.php/home
I have reinstalled the files of fuel cms.
Thank you again but i know that, although there is two subfolder (foo-user and foo-fuel), the first is of my user in my shared hosting.
The problem is that the cms does not generate the those correct link…
Hey admin, I forgot to remark important issue.
My domain of the fuel cms test web page is something like this:
http://184.154.x.x/~foouser/foo-fuel/
In default home page i can see the link to admin page with this form:
http://184.154.x.x/foo-fue…
Yes, when i put the home page, it works good. But when i try to go to [myip_and_subfolder]/fuel/or [myip_and_subfolder]/fuel/dashboard, it return me a 403 error in the browser.
Otherwise, if i go to "[myip_and_subfolder]/fuel/pages/2", the login pa…
Ok. Here is the log trace from fuel_logs table:
Pages item home edited
Pages item home edited
Pages item home edited
Multiple module pages data deleted
My .htaccess on base of fuelcms has this aspect:
----------------------------
Options +FollowSymLinks
RewriteEngine On
#RewriteBase /
Order Deny,Allow
Deny From All
# Allow asset folders through
RewriteRule ^(fuel/modules/(.+)?/assets/(.+)) …