Forum Moderators: open
Now you are probably wondering why I just don't use a custom component, but my host does't allow it. I actually enjoy my host, so it doesn't bother me all to much.
I have the server send a 200 status, which works fine, but the browser still sees a 404 error. I need to be able to send the browser a 200 if it's a good page, as I still worry that a spider might look at browser headers also.
Any ideas are appreciated,
Mac
I need to change that 404 to a 200.
In the code that I've used, by checking with the spider sim (thanks Brett!) the server returns a 200.
I hope I've explained this! :)
Mac
and hope that this will work:
<% Response.AddHeader "200", "OK" %>
I just don't think that's the ticket right there. <thinking>It doesn't seem right...</thinking>