Mahmoud Posted May 8, 2018 Share Posted May 8, 2018 how to I can custom 404 page error! , Is it possible if possible, how can I find this page and modify them 0 Quote Link to comment Share on other sites More sharing options...
wp4all Posted May 20, 2018 Share Posted May 20, 2018 Hi, usually you will find it in the Template in /whmcs/templates/your_template/error There is the tpl called page-not-found.tpl. Looks like : <div class="container"> <div class="error-container boxed"> <h1><i class="fa fa-warning"></i> {lang key="errorPage.404.title"}</h1> <h3>{lang key="errorPage.404.subtitle"}</h3> <p>{lang key="errorPage.404.description"}</p> <div class="buttons"> <a href="{$systemurl}" class="btn btn-default"> {lang key="errorPage.404.home"} </a> <a href="{$systemurl}submitticket.php" class="btn btn-default"> {lang key="errorPage.404.submitTicket"} </a> </div> </div> </div> Greetings Christian 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.