View Single Post
  #5  
Old 01-19-2009, 11:36 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: XCSEO Pro not producing 404 error

XCSEO does a 301 redirect, followed by a 302 redirect to a error_message.php file which then throws a 404 header, but google registers the 302. The only way to correct this would be to add the php 404 header code and output a message prior to the 302 redirect, but this isn't possible since the code responsible is ioncube encrypted.
Reply With Quote