I want to configure the below .htaccess for all my websites.
1) Is there a way to do this without individually changing the
http://url individually for each website?
2) Is there a way in WHM to automatically add a .htaccess file to all newly added websites on the server?
ErrorDocument 400
http://www.mydomain.com
ErrorDocument 401
http://www.mydomain.com
ErrorDocument 403
http://www.mydomain.com
ErrorDocument 404
http://www.mydomain.com
ErrorDocument 500
http://www.mydomain.com
Hope someone can help
