I've made a website in 2 languages, with cmsms mle 1.2.3
i put .htaccess and made the condiguration in config.php
it's working well with the first and second level but
for more levels i cant't switch the language
Code: Select all
RewriteEngine On
# Might be needed in a subdirectory
#RewriteBase /
# CMSMS Rewriting
# Set assume mod_rewrite to true in config.php and clear CMSMS cache
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)/(.+)$ index.php?hl=$1&page=$2 [QSA]
# END CMSMS
# END Rewrite rules
If someone have idea !
Thanks