Error 404

[epiz_31776183] Website URL

when I search for my ebsite on the brwsr all I get is an error stating ERROR 404

ERROR 404

404 means that the file was not found, are you sure that all the files were uploaded? What code do you use? Read more about HTTP status codes:
https://www.tutstech.com/all-server-http-response-codes/

2 Likes

This article will be able to help you out!

4 Likes

your html looks incomplete as there are no body tags or a closing html tag

<html>
<head>

    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="shortcut icon" href="images/invest.svg" type="image/svg">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
    <link rel="stylesheet" href="style.css">
</head><center><h2 class='jumbotron'> ERROR 404</h2></center>

also /images/invest.svg is missing from the directory

6 Likes

That’s not our error page, which means this error is likely generated by your website code.

As for why your website returns this issue, we don’t know, because we don’t know your website.

What did you set up for your website? What content did you expect to see there?

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.