htacces same code is there
# 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
I have installed wp multilang
https://ww.wp.xz.cn/plugins/wp-multilang/ on my site http://3a1.544.myftpupload.com
I have configured setup settings also I have added Hungarian language
I have translated my page
http://3a1.544.myftpupload.com/about/
Hungarian http://3a1.544.myftpupload.com/hu/about/ it is redirecting same page can you please help me yesterday also I have tried yester day translated page Hungarian 404 page showing, I have deactive plugin and installed and tried now its showing like that can you please help me regarding this ?
Thank you for you support/