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.
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.
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:
for each custom error you want to handle. (replace 404 with the error code you are interested in).Code:ErrorDocument 404 /errors/404.html
Nothing is always absolutely so.
OK i will try this later.
thank you.