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