Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter german75

    (@german75)

    This is the .htaccess


    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    SecRuleRemoveById 400011
    SecRuleRemoveById 400012

Viewing 1 replies (of 1 total)