Hi :
I have problems with error pages.
It seems .htaccess work fine with :
[i:a6ae999fb3]errorDocument 404 http://domain.com/404.shtml[/i:a6ae999fb3]
but not with :
[i:a6ae999fb3]ErrorDocument 404 /404.shtml[/i:a6ae999fb3]
is a big problem because http.conf have the lines :
[i:a6ae999fb3]#Added by cpanel 5.3.0-RELEASE_29 install
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml[/i:a6ae999fb3]
This cause a lot of lines at error_log when the page is not found (1 line for the page required and other line for 404.shtml)
Any idea ?
Thanks in advance
------------------
jontxu
I have problems with error pages.
It seems .htaccess work fine with :
[i:a6ae999fb3]errorDocument 404 http://domain.com/404.shtml[/i:a6ae999fb3]
but not with :
[i:a6ae999fb3]ErrorDocument 404 /404.shtml[/i:a6ae999fb3]
is a big problem because http.conf have the lines :
[i:a6ae999fb3]#Added by cpanel 5.3.0-RELEASE_29 install
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml[/i:a6ae999fb3]
This cause a lot of lines at error_log when the page is not found (1 line for the page required and other line for 404.shtml)
Any idea ?
Thanks in advance
------------------
jontxu