Support Forums
000webhost Custom Error Pages Tutorial - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: 000webhost Custom Error Pages Tutorial (/showthread.php?tid=22154)

Pages: 1 2


000webhost Custom Error Pages Tutorial - alabama - 09-13-2011

FAQ: Are these allowed? Yes, 000webhost even says it themselves.

What you'll need:

000webhosting account

Step 1. Login to your account. http://members.000webhost.com/login.php



Step 2. Click "go to cpanel" [Image: 8mIPv.png]



Step 3. Click "File Manager" [Image: zJRSf.png]



Step 4. Find the .htaccess file and click edit [Image: Lg0Uz.png]



Step 5. Paste this in
Code:
ErrorDocument 400 /error.php
ErrorDocument 401 /error.php
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php

and then click "save"

[Image: 5dq41.png]



Step 6. Create a new file called "error.php"
[Image: z0eRS.png]


[Image: 03j9L.png]



Step 7. Go to a false directory/file on your site and see if it shows your error page. Ex, yoursite.com/943u230jri3mgfi3m



Tutorial 100% by alabama.
Questions? Post and you shall receive answers!


RE: 000webhost Custom Error Pages Tutorial - AceInfinity - 09-14-2011

Really nice and simplex tutorial (I'm not even sure if that's a word lol, it sounds contradicting because of the combination of complex and simple in there, but oh well). I have this on my forum actually, but I never did much to what they display for the user, and we don't use 000webhost. KoBE takes care of most of all that.


RE: 000webhost Custom Error Pages Tutorial - ₠o™ - 09-14-2011

Nice really nice sharing mate. When I ever got this error then I will try this out.


RE: 000webhost Custom Error Pages Tutorial - AceInfinity - 09-14-2011

(09-14-2011, 01:45 AM)spicylips Wrote: Nice really nice sharing mate. When I ever got this error then I will try this out.

You don't get the error, you make the error, I'd suggest reading the threads first, because it shows that you don't currently, and i'm expecting a ban for you soon if you don't shape your posts up a bit.


RE: 000webhost Custom Error Pages Tutorial - SaNƹ - 09-14-2011

I remember doing this back when I had a site going on 000webhost. I loved using this hosting provider. It's still a good tutorial alabama.


RE: 000webhost Custom Error Pages Tutorial - Kyle FYI - 09-19-2011

Wouldn't this work on any hosting, not just 000webhost?



RE: 000webhost Custom Error Pages Tutorial - Date - 09-19-2011

Will this custom page work on any other ones like x10hosting? This is a good idea to be honest. especially when your editing your forum you can make it say ' Maintenance in Progress' or whatever! Next time i use web host i'll try this out for sure.


RE: 000webhost Custom Error Pages Tutorial - AceInfinity - 09-19-2011

(09-19-2011, 10:13 AM)Minecraft Wrote: Will this custom page work on any other ones like x10hosting? This is a good idea to be honest. especially when your editing your forum you can make it say ' Maintenance in Progress' or whatever! Next time i use web host i'll try this out for sure.

Any website that uses http requests (meaning all of them). As long as you have .htaccess file access.


RE: 000webhost Custom Error Pages Tutorial - Grin - 09-19-2011

Wow this tutorial was made quite nicely. Thanks and keep it up.


RE: 000webhost Custom Error Pages Tutorial - xSicKxSkiLLs - 09-23-2011

lol, I don't really see the point in this, but it's a nice tutorial.