Advertisement:

Author Topic: Permalinks problem  (Read 279 times)

Nazar

  • Jr. Member
  • **
  • Posts: 75
Permalinks problem
« 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
Code: [Select]
MYSITE.COM/CATEGORY NAME it doesn't replace with related category name and stuck with blank page.

.htaccess entries:

Code: [Select]
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
</IfModule>

officeland

  • Newbie
  • *
  • Posts: 15
Re: Permalinks problem
« Reply #1 on: March 29, 2019, 12:55:38 pm »
i have one domain .com and one domain .gr

Can anyone help to point english when visiting .com and greek wheh visiting .gr    ????
« Last Edit: April 02, 2019, 03:01:27 pm by officeland »