any one help me to make 404page for my site

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
There is no script for 404 pages.
Once you have an HTML file that says Page Not Found or whatever you want, open a file called
.htaccess
and insert the following code into it:
Code:
ErrorDocument 404 /link/to/file.html

Your Page can also be in a different format like PHP.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You could also set-up Error Pages using cPanel. There is a section in there about Error Pages.
 

curt15

New Member
Messages
96
Reaction score
0
Points
0
You can create one, just add the text, save it as .htaccess and then upload to your root directory.
 
Top