im need to make htaccess files for error codes 400,401,403,404 and 500.
i know the code is:
but do i just put all codes on one htaccess file like this..
...and then just upload it to the root of my domain?
i know the code is:
ErrorDocument 400 /whatever.html
ErrorDocument 400 /whatever.html
ErrorDocument 401 /whatever.html
ErrorDocument 403 /whatever.html
ErrorDocument 404 /whatever.html
ErrorDocument 500 /whatever.html
ErrorDocument 401 /whatever.html
ErrorDocument 403 /whatever.html
ErrorDocument 404 /whatever.html
ErrorDocument 500 /whatever.html




Comment