How to Fix 406 or Not Acceptable Error Using .htaccess in cPanel?

Step::1 Login to your cPanel account and start searching for the File Manager icon under the FILES section.

Step::2 After opening the file manager click on public_html directory.

Step::3 Find the .htaccess file and right-click to Edit.

Step::4 After choosing an edit option, you see a popup asking to disable encoding if you wish. You have to click on the Edit button to continue.

Step::5 On a new tab, you can see many rewrite rules. You have to add the code to the .htaccess file.
<IfModule mod_security.c>
SecFilterEngineOff
SecFilterScanPOSTOff
</IfModule>

Step::6 Save the file by clicking on the Save Changes button from the top-right corner of the screen.

Congratulations!! You have learnt how to Fix 406 or Not Acceptable error using .htaccess in cPanel

Visit our Blog for more details. You can also watch the video here.
  • 406 Not Acceptable error on your WordPress website, Fix 406 or Not Acceptable Error, How to Fix 406 or Not Acceptable Error Using .htaccess from cPan
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Fix WordPress error “There has been a critical error on your website”

Step::1 First of all login to your cPanel and go to File ManagerStep::2 Go inside public_html and...

How to Stay Logged in for a longer period in your WordPress?

Step::1 First of all you must know the theme which is currently activated in your website. So...

How to bulk delete spam comments in your WordPress website?

Step::1 Login to your cPanel and click on File Manager sectionStep::2 Go to public_html and then...

How to Change WordPress logo in wp-admin page?

Step::1 Login to your cPanel and go to File Manager sectionStep::2 Now go to Public_html Step::3...

How to Change WordPress Admin Username?

Step::1 Login to your WordPress dashboardStep::2 Now at the same time login to your WordPress...