I'm sure that the problem is in the .htaccess file
For the moment it's that
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
On my site, it's ok until the sub folder. For exemple when on mobile we call dedale-cirque.fr/ddi/index.php/… it work, but when you go to a sub in this entry, it call the dedale-cirque.fr/ddi/insitu/…, without the /index.php.
I'm totally new and entousiast with Indexhibit, and want to learn about it, but I'm stuck with this problem since a long time...
I believe there is some rule to attach to the .htaccess, but all I tried don't worked..
I really appreciate the DIY spirit in my work but I am addressing you to give me direction for this.
Thank you all for this forum.
Nicolas