[Question] halforums/forum/index

Status
Not open for further replies.
Since my laptop decided to break dopwn spectacularly, I'm back to using my desktop...And my Halforums link is still to halforums.com/forums/index. Now, I know, I can just change my link (and I will), but I thought I'd just comment on this for two reasons.
1. Other old farts might come by, try to reach the forums, see a 404, and not look any further. A redirect to the main page would be helpful and not at all hard to put in
2. There's actually no 404 page. It returns an error trying to locate the 404 page. Actually, any page on halforums you try to reach that doesn't exist, returns an error. I'm sure Halforums can come up with a funny/witty/interesting/useful 404 error page instead of:
Not Found

The requested URL /for was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

Dave

Staff member
To do list:
  • Fix other directories.
  • Make a killer 404.
  • Learn how to link the 404 page.
  • ???
  • Profit.
 

Dave

Staff member
Well, I'm getting there, but I'm not there yet.

What suggestions would you have for formatting? Please include the css as I'm not that good at this.

HTML:
<!DOCTYPE html>
<html>
 
<head>
  <meta charset="UTF-8">
  <title>Some aliens ripped off your page, man!</title>
</head>
 
<body>
 
    <img src="/imgs/404.png">
 
</body>
 
</html>
 
Status
Not open for further replies.
Top