whenever I set a directive in the .htaccess file it causes my site to go down with a "internal misconfiguration ..". I set the AllowOveride All in the <directory> node in the httpd.conf file. I want to set a 404 redirect but once I add the ErrorDocument 404 /index.html It causes the site to go won. What could be the problem ?
you need to set alias directory first where the index.html is located for example Alias /errorfolder/ /path/where/is/directory then put this on your httpd.conf ErrorDocument 404 /errorfolder/index.html i had posting it on this forum before, try search it