custom pages

Status
Not open for further replies.

zenon80983

New Member
Messages
43
Reaction score
0
Points
0
How do i make custom 404 pages??

I mean how do i use custom 404 pages that i create.

i would like to use my own 404 pages but i do not know if there is anything that i need to do in order for them to work.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I put mine in a subdirectory of public_htlm , errors .
Name them for the error ( 404.html, 500.html, etc )
In the .htaccess file in public_html add the line:

Code:
ErrorDocument 404 /errors/404.html

for each custom error you want to handle. (replace 404 with the error code you are interested in).
 
Status
Not open for further replies.
Top