• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » 404 Error Page?
404 Error Page?
$Administrator$
Posts: 59
Reputation: 1

Message # 1 | 7:06 PM
How do I modify the 404.htm error page? I do not know how to make a .htm picture to upload.Please help.
Gaming Input

We are currently looking for developers/moderators to help with the website's overall progression. Please go here to sign up: http://www.gaming-input.com/index/staff_member_sign_up/0-74
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 2 | 8:07 PM
$Administrator$, for modifying the default 404.htm file, and creating a new one, you should known the basic HTML elements. The code for image is this:
Code
<img src="IMAGE_URL" />

Where you have to replace IMAGE_URL with the image's URL.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
$Administrator$
Posts: 59
Reputation: 1

Message # 3 | 8:44 PM
bigblog, How do I find this code?
Gaming Input

We are currently looking for developers/moderators to help with the website's overall progression. Please go here to sign up: http://www.gaming-input.com/index/staff_member_sign_up/0-74
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 4 | 9:30 PM
$Administrator$, you can not find it. You shold write a new HTML document called 404.htm, and you have to paste that code where you want in the document.
Quote bigblog ()
for modifying the default 404.htm file, and creating a new one, you should known the basic HTML elements.


After you've making all of modifications, you have to upload the created 404.htm to your site via File Manager.

Added (2014-08-07, 3:30 PM)
---------------------------------------------
Here is my version, it's open source:

Code
<html>
<head><title>404 <img src="http://s101.ucoz.net/sm/1/sad.gif" border="0" align="absmiddle" alt="sad" /> Page not found</title>
  <style type="text/css">@import url(http://fonts.googleapis.com/css?family=Lobster);
body {background:#eee;margin:0;padding:40px;text-align:center;}
a {color:rgb(111, 64, 64);text-decoration:none;}
a:hover {color:brown;text-decoration:none;}
h1 {font-family:'Lobster', cursive;}</style>
</head>
<body>
  <img src="http://i.imgur.com/TnSFxRf.jpg" /><br /><br />
<h1>Bummer, there is a 404 error - page not found.<br />
     <a href="/">Go to Main page</a> or <a href="/index/0-3">report the error to us!</a></h1>
</body>
</html>

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
$Administrator$
Posts: 59
Reputation: 1

Message # 5 | 4:18 PM
I just screwed up my site by putting that code in... I cannot even use the back up...
Gaming Input

We are currently looking for developers/moderators to help with the website's overall progression. Please go here to sign up: http://www.gaming-input.com/index/staff_member_sign_up/0-74
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 9:26 AM
$Administrator$, to create a custom 404 page, you must not paste the code into any of the website templates. You need to create a .html file on your computer, put the code in the file, and then upload the file to the website File Manager.

Do you have a template backup?

I'm not active on the forum anymore. Please contact other forum staff.
Clyde
Posts: 242
Reputation: 0

Message # 7 | 5:17 PM
I have tried doing this for a long time but never worked:



When I click on it, my custom 404.htm is the one that is there. - yet the standard ucoz 404 still appears...
Tried uploading new ones in the past but still never works.

Ucoz Website Since 2009
Post edited by Clyde - Monday, 2014-08-11, 5:19 PM
Davor24
Posts: 330
Reputation: 10

Message # 8 | 7:47 PM
During a contest few years ago i made step by step tutorial how to make custom .404 page, he is currently unavailable like most of works from that contest but if any of the moderators or admin can unlock it certainly will help you. smile
Post edited by Davor24 - Monday, 2014-08-11, 7:52 PM
Sunny
Posts: 9296
Reputation: 456

Message # 9 | 9:03 AM
$Administrator$, here is Davor24's tutorial: http://forum.ucoz.com/forum/49-15053-1

If you have added the page and it doesn't work, provide the URL of your website.

I'm not active on the forum anymore. Please contact other forum staff.
Clyde
Posts: 242
Reputation: 0

Message # 10 | 2:27 PM
My custom htm code was basically the same... but I made it new again with Davor24 htm example.

uploaded 404.htm again, shows the correct one @ the file manager...

error 404 still comes up as ucoz 404

My site:
http://audioforum.my1.ru/

if I enter this wrong page 'http://audioforum.my1.ru/eyrtt' ucoz 404 still shows.
This is what should show: http://audioforum.my1.ru/404.htm

Ucoz Website Since 2009
Post edited by Clyde - Tuesday, 2014-08-12, 2:36 PM
Sunny
Posts: 9296
Reputation: 456

Message # 11 | 3:06 PM
Clyde, yes, I confirm the problem. This is a bug, and it has been forwarded to the technical team.
I'm not active on the forum anymore. Please contact other forum staff.
Ed05
Posts: 556
Reputation: 7

Message # 12 | 4:34 PM
Quote Sunny ()
This is a bug, and it has been forwarded to the technical team.

i have that problem too.

!
$Administrator$
Posts: 59
Reputation: 1

Message # 13 | 6:26 PM
+Sunny

My website is www.gaming-input.com

I tried doing it and it wouldn't work...

Gaming Input

We are currently looking for developers/moderators to help with the website's overall progression. Please go here to sign up: http://www.gaming-input.com/index/staff_member_sign_up/0-74
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 14 | 8:40 PM
$Administrator$, ensure that your 404 file ends with .htm and not with .html smile
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Clyde
Posts: 242
Reputation: 0

Message # 15 | 0:37 AM
I notice there is a 'new' ucoz 404 error form today.
Now with a search engine and 11 different links for ucoz.
So I guess my custom 404.htm can be removed.


Ucoz Website Since 2009
uCoz Community » General Information » First Steps with uCoz » 404 Error Page?
  • Page 1 of 2
  • 1
  • 2
  • »
Search: