Forum Moderators: phranque
The issues is that the homepage is served up for every error code regardless of the settings that I setup using the admin panel (H-Sphere), or what is placed by hand in the .htaccess file. But since I don't have much experience with editing .htacces files I'm left turning to the forum for a little help.
These are the current error handeling settings in the .htaccess file:
# SEF BEGIN
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule ^(.*) index.php
# SEF END
# Error redirect pages
ErrorDocument 404 /Errors/404.html
ErrorDocument 400 /Errors/400.html
# End Error redirect pages
Am I missing something blatant? Does anyone remember some good threads releated to this topic that I can research? Has anyone that uses H-Sphere experienced a similar issue?
Thanks in advance.