0 Members and 1 Guest are viewing this topic.
Hi Ken,No, that's not correct. You should have this:ErrorDocument 404 /FamilyForum/index.php?page=208(You're mixing up a 301 redirect with the ErrorDocument directive.)Also you must not include the full URL in an ErrorDocument directive or you won't get the all-important 404 status code: it will do a 302 redirect instead (which is what it does right now), which will screw your site up.Modify as I've suggested and then check the HTTP headers to ensure it's sending a 404 code as well as serving up the 404 page:Check the headers with one of these tools...Live http headers (a Firefox browser addon_: https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/Rex Swain's http viewer: http://www.rexswain.com/httpview.htmlWeb sniffer: http://web-sniffer.net/