Forum Moderators: phranque
I did some tests on the HTTP status with my server and when a page is not found it returns a 302 first then it redirects to the 404, instead of doing directly a 404!
I know it is a problem with search engines and the hosting company (claims they are N1...) seems just not to understand what i am talking about and just won't fix it for a week!
How should I do? is there anyway to safely mod_rewrite this?
Thanks :(
As an example, use:
ErrorDocument 404 /path_to_error_page.html
ErrorDocument 404 http://www.example.com/path_to_error_page.html
Jim