Page 1 of 1
Error 404
Posted: Sat Feb 02, 2019 6:46 pm
by eustachy
Hello all.
How to properly make "error 404" page? Better html or php?
Any special settings in WWB 14?
I have a .htaccess file.
Standard redirection:
"ErrorDocument 404
http://xxxxx.yyyyy.zz/404.html"
Is this all I need?
Re: Error 404
Posted: Sat Feb 02, 2019 6:51 pm
by WWBman
You can format the error page however you like but see:
viewtopic.php?f=5&t=83212
Re: Error 404
Posted: Sat Feb 02, 2019 7:00 pm
by eustachy
Thank you.
That's what I read and did yesterday...
Tools > Options > HTML > CSS untick "Generate external CSS style sheets for page specific styles".
Is there anything else?
Re: Error 404
Posted: Sat Feb 02, 2019 7:06 pm
by WWBman
I can't think of anything else except that it can be html or php.
It works for me.
Of course you only need it to be php if your page uses php.
Re: Error 404
Posted: Sat Feb 02, 2019 7:32 pm
by eustachy
Thanks.
I made html and everything works.
Re: Error 404
Posted: Sat Feb 02, 2019 7:47 pm
by WWBman
Excellent.