php create 404 error
<?php
http_response_code(404);
include('my_404.php'); // provide your own HTML for the error page
die();
php create 404 error
<?php
http_response_code(404);
include('my_404.php'); // provide your own HTML for the error page
die();
php set 404 page
ErrorDocument 400 /400.phpErrorDocument 401 /401.phpErrorDocument 403 /403.phpErrorDocument 404 /404.php #Don't re-add this lineErrorDocument 500 /500.php
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us