Hi, I did not do any changed in htaccess file, it’s like it is not recognizing the existence of the pages. It shows 121 published pages but 0 in Greek, 0 in English, 0 in Albanian!
This is what is including in the htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress