Hello,
How can we make custom error pages which apply for every account that is created?
Tom
Hello,
How can we make custom error pages which apply for every account that is created?
Tom
Create your error pages and add them to the /root/cpanel3-skel/public_html/ directory and every new site will have those files...
Here is my skeleton tree...
/root/cpanel3-skel/public_html/.htaccess
/root/cpanel3-skel/public_html/400.shtml
/root/cpanel3-skel/public_html/401.shtml
/root/cpanel3-skel/public_html/403.shtml
/root/cpanel3-skel/public_html/404.shtml
/root/cpanel3-skel/public_html/406.shtml
/root/cpanel3-skel/public_html/500.shtml
/root/cpanel3-skel/public_html/favicon.ico
/root/cpanel3-skel/public_html/index.shtml
/root/cpanel3-skel/public_html/robots.txt
/root/cpanel3-skel/public_html/images/alert.png
/root/cpanel3-skel/public_html/images/comingsoon.jpg
/root/cpanel3-skel/public_html/images/error.png
Rob
Thanks!
Tom