Mobile exhibit broken links

EZ186 / 2017-06-01 14:38:10   

Hi everyone,

Suddenly the links to my exhibits in the mobile version are broken.
However everything is good on the desktop version.

Any idea how to fix it?
My website is ezds.co

Thanks

masilwide / 2017-06-16 11:04:19   

Me too,
desktop-> aaa.com/index.php/sub/
mobile-> aaa.com/sub/

so mobile URL broken

What is the workaround?

masilwide / 2017-06-19 04:22:55   

I've fixed the issue.

Put the following code in ".htaccess"


RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

EZ186 / 2017-06-29 07:06:12   

It worked!

Many thanks for your help!

Black_Box / 2018-11-13 16:02:32   

It doesn't worked for me.
Is there an other file to check please ?
My problem is the same as above : when I'm on a mobile device the links don't show the /index.php/ in the adress, so it go on a 404 error. I've renamed de .htaccess and modified the "/" index.php.
On desktop it's perfect.
Thanks for your help, I go around in circles since a week with this problem.
My site : dedale-cirque.fr/…

This thread has been closed, thank you.