How To Fix GoDaddy Hosting Issue
Last Update: January 9, 2025
Sometimes, users with GoDaddy Hosting have reported errors when loading the Avada Builder. This can be a 404 error, the page just doesn’t load, or it loads in a small window.
To fix any of these errors, which are caused at the server level, add the following code to your .htaccess file.
# BEGIN Line too long fix
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
# END Line too long fix