Osclass forums
Support forums => General help => 3.8.x => Topic started by: Nazar on March 15, 2019, 01:54:09 pm
-
After updating to 3.8 i have problem with permalinks on multilingual setup.
The point is when i change language in MYSITE.COM/CATEGORY NAME
it doesn't replace with related category name and stuck with blank page.
.htaccess entries:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
-
i have one domain .com and one domain .gr
Can anyone help to point english when visiting .com and greek wheh visiting .gr ????