Forum Moderators: phranque
Meaning if a user went to: example.com/articles/dsaskdsd.html they would get example.com/articles/404.html
and if they went to: example.com/downloads/kkdsks.html they would get example.com/downloads/404.html
A custom 404 page designed for the specific directory instead of the site-wide 404 notfound-page?
Thanks!
ErrorDocument 404 /articles/404.html
Warning: Do not use a full URL in the ErrorDocument directive; If you do, your server will return a 302-Found response, instead of a 404-Not Found. See Apache ErrorDocument [httpd.apache.org] for details.
Jim