Hello,
I'm trying to use 3 different languages: English, Spanish and Catalonian, and the image show G4 module doesn't show the images in English or Catalonian.
Can anybody please tell me how to fix it?
Thank you in advance!
This is probably not reated woth SEF but with server mod_rewrite problems. I've seen this problem several times before, disabling mod_rewrite always help. This is not module issue but server configuration issue for me.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>