Forum Replies Created

Viewing 1 replies (of 1 total)
  • *I think updating permalinks fixed it*

    I’m having the same error.

    Here is my code:

    `<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml”><head&gt;
    <style type=”text/css”>
    body{background-color:#f4f9fa}
    .centered{text-align:center}
    .container{border:1px solid #e2e2e2;width:750px;margin:50px auto}
    .header{height:100px;background-color:#fff;padding-top:50px;background:url(/error_page.gif) top repeat-x}
    .header h1{font: bold 150% Arial, Helvetica, sans-serif; color:#5278af;margin:0;padding:0}
    .header h2{font: bold 80% Tahoma, Verdana, sans-serif; color:#5278af;margin:0;padding:0}
    .line{height:15px;background-color:#eef6f7}
    .error-container{background-color:#fff;font:normal 80% Tahoma, Verdana, sans-serif;color:#000;text-align:justify;padding:30px}
    .error-container li{padding-bottom:10px}
    </style><title>404 – Not Found</title>

    </head>

    <body>
    <div class=”centered”>
    <div class=”container”>
    <div class=”header”>
    <h1>404 – Not Found</h1>
    <h2>The page you are trying to access does not exist. <br />
    If this error persists, please contact the website webmaster.</h2>
    </div>
    <div class=”line”></div>
    <div class=”error-container”>If you are the webmaster of this site make sure that:
    <br /><br />

    • You have uploaded correctly your files to the public_html directory
      which is the web-root of your account;
    • You have not misspelled the URL. Bear in mind that letters are case
      sensitive and no white spaces are recommended;
    • In case you have applied SEO – SEF URL rewriting rules, make sure you
      have re-named the htaccess.txt file to .htaccess. If there is already a
      non-empty .htaccess file read it and make sure the necessary rules are
      un-commented.

    </div>
    </div>
    </div>
    </body></html>

    • This reply was modified 7 years, 5 months ago by aqeelat.
Viewing 1 replies (of 1 total)