CPanel Tutorial: How to Setup 404 Redirects

preview_player
Показать описание
Learn how to setup your 404 redirects inside of your CPanel hosting account. These are your 404 error pages, which you can redirect to your homepage or anywhere you want to.

Thanks for watching, please subscribe to our internet marketing school.
Рекомендации по теме
Комментарии
Автор

Thanks! I found it useful to set the URL to '../' so it just goes to the domain root without needing to specify an absolute address.

<head>
<title>Redirect</title>
<meta http-equiv="refresh" content="0; URL='../'" />
</head>
</html>

brendanwilding
Автор

After extraction, when I type domain/install.php in search 🔍 bar, it says 404 error

SanatanFamily
Автор

what is i want to redirect different 404 pages to different pages?

lwcchan