Thank you for your reply. I’m struggliing with the redirect, though. I’ve tried the following commands:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} "/zoom-meetings/"
RewriteRule (.*) $1 [L]
</IfModule>
and
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/zoom-meetings/?$
RewriteRule (.*) /404 [R=301,L]
</IfModule>
but neither of them seems to work. Could you push me in the right direction here?
I will leave the folder name for now untouched. I have also finished the Polish translation, hope to be able to use it on my site soon 😉
Thank you, they looked into logs. Apparently, the RAM limit was reached and they advised to upgrade my account. I believe the problem can be marked as solved.