Background of the issue:
I am trying to use WPML on my site скрытая ссылка. I've just entered the first translations but I cannot open or preview them. It always redirects me to the main page. I suspect there might be a problem with the .htaccess file. Here is the current .htaccess configuration: # BEGIN WordPress # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind # dynamisch generiert und sollten nur über WordPress-Filter geändert werden. # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ - [L] RewriteRule ^nl/wp-login.php /wp-login.php [QSA,L] RewriteRule ^en/wp-login.php /wp-login.php [QSA,L] RewriteRule ^de/wp-login.php /wp-login.php [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress ...
Symptoms:
I cannot open or preview the translations; it always redirects me to the main page.
Questions:
Might there be a problem with the .htaccess file?
Тема '[Закрытые] Preview not working' закрыта для новых ответов.