Skip to content

Fix Backend Issues on Godaddy

If you are having issues in the backend such as the Theme Options not rendering correctly or the WPBakery page builder not loading and you are using Godaddy it’s possible you may need to make a small tweak to your .htaccess file. Below is the code you can try adding to the .htacess file:

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

If you still have issues though please let us know!

Back To Top