Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter oleksandrmelnychenko

    (@oleksandrmelnychenko)

    Thanks for the prompt reply. Yes, we use All in One WP Security. I disabled this rule two days ago and situation is still the same. After that I repeated all the actions described above.

    Do you have any other assumptions or suggestions what could cause this?

    Best regards,

    Alex

    Thread Starter oleksandrmelnychenko

    (@oleksandrmelnychenko)

    Hi! We see bunch of these errors in the log:

    [Fri May 31 15:00:37.222155 2024] [core:alert] [pid 86112] [client 89.64.52.96:56066] /var/www/html/wp-content/cache/autoptimize/.htaccess: Require not allowed in <Files> context, referer: https://104.197.4.9/singapore/singapore-company-registration/
    [Fri May 31 15:00:37.411434 2024] [core:alert] [pid 86108] [client 89.64.52.96:56017] /var/www/html/wp-content/cache/autoptimize/.htaccess: Require not allowed in <Files> context, referer: https://104.197.4.9/singapore/singapore-company-registration/
    [Fri May 31 15:01:12.066620 2024] [core:alert] [pid 86114] [client 89.64.52.96:23885] /var/www/html/wp-content/cache/autoptimize/.htaccess: Require not allowed in <Files> context, referer: https://104.197.4.9/

    HT access is this:

    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    

    3. This file doesn’t exists wp-content/cache/autoptimize/js/autoptimize_single_4eca121cfb354e9b8cbf358773b23a09.js

    4. Yes, problem was still here.

    Best regards,

    Alex

    Thread Starter oleksandrmelnychenko

    (@oleksandrmelnychenko)

    Thanks! Will do what you recommend and come back to the active conversation.

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