I'll bet you're using:This MUST be changed to:Code:ErrorDocument 404 http://www.example.com/index.php?main_page=page_not_foundLook in the .htaccess file for this code.Code:ErrorDocument 404 /index.php?main_page=page_not_found
The ErrorDocument directive must NOT contain a domain name.
Bookmarks