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.
hi esmi
thanks for your post reply.