404 error , how'd you make one ???

FFmaster

New Member
Messages
25
Reaction score
0
Points
0
Hi i really whant to make a 404 error page for my website

here is your 404 error page

http://dgaming.exofire.net/gjal

i tryied using .htaccess but i could get it to work

can you help me out here somebody ???

Please.
 

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
Go to your cPanel, under the Advanced table click Error pages, select your domain, the type of error for which you want to create a page (in your case 404) and have fun!
You also have a few useful code buttons at the top (user IP, browser, referrer, etc.). Hope this helps!
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You can either use cPanel as the above post explains or you can use .htaccess. To use .htaccess place this in your .htaccess file:
Code:
ErrorDocument 404 /error/404.html #Where /error/404.html is the path to you error document.
 

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
That page doesn't show me a 404 but you're welcome (I just get an "Internet Explorer cannot display this page" error).
 

booksgo

New Member
Messages
109
Reaction score
0
Points
0
I tried both methods above and neither worked. Is anything else required?
Edit:
........I just tried again and this time it worked(using .htaccess)
 
Last edited:

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
I get this:
Redirect Loop

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.

Try Again

--
You sure that's working OK?
 

oracle

New Member
Messages
430
Reaction score
0
Points
0
CPanel allows you to make that. I guess its as simple as that.
 
Top