Forum Replies Created

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

    (@jotheeswaran28)

    Hi esmi thanks for post your reply. i followed that your mentioned child theme. but again i have the same error.

    when i was search this error to fix, somebody post to edit the .htaccess file to add the following tag.

    <IfModule mod_security.c>
    SecFilterEngine Off
    </IfModule>

    Already i have the code in .htaccess
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    i was include the above code in like
    <IfModule mod_security.c>
    SecFilterEngine Off
    </IfModule>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    but its not working. is there any other solutions?

    thanks.

    Thread Starter Jotheeswaran Hemachandran

    (@jotheeswaran28)

    hi esmi
    thanks for your post reply.

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