Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Amfidiusz

    (@amfidiusz)

    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 😉

    Thread Starter Amfidiusz

    (@amfidiusz)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)