
Originally Posted by
Will.Spencer
What CMS is that site running?
Can you share the URL?
I have the same problem with my site:
h**p://www.actu-master.com/lang/de/affaires/
I'm using articlems cms.
Thank you in advance for your support.
EDIT:
I think it has something to do with my .htaccess file, so here it is, may be it could help:
Code:
<IfModule mod_php5.c>
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
</IfModule>
php_value default_charset "UTF-8"
Bookmarks