error code 406

  • Thread starter Looks Professionial
  • Start date
L

Looks Professionial

Would someone please explain to me in LAYMAN terms why I get the error code
406 on some of my Web sites and not others, when I submit them to Aeiwi
search.

I don't understand all the technical terms in researching this error code.

I've also tried to compare the sites head coding between those sites
accepted and not accepted.
 
T

Tom Willett

What is the *specific* 406 error?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
in message | Would someone please explain to me in LAYMAN terms why I get the error
code
| 406 on some of my Web sites and not others, when I submit them to Aeiwi
| search.
|
| I don't understand all the technical terms in researching this error code.
|
| I've also tried to compare the sites head coding between those sites
| accepted and not accepted.
| --
| Catherine
 
D

David Berry

Can you post the URL to the site? The error code means that the client
(browser) isn't accepting the document format that's being sent to it. This
could be caused by a bad charset, encoding, certain file types, languages,
or ranges. It's hard to tell without seeing the site or the code for the
site.
 
L

Looks Professionial

Sorry, but thats not it. I've added what you gave, published and checked,
but the error message still showed up.

Any more ideas. And thanks for the help.
 
W

Windsun

It might be that counter causing it.

-------------------------------------------------------------------------
 
C

chris

Not a clue what's causing this but does seem to be an error in your no
right click script- note the extra > after the opening script tag. Also
cdata section (new to me) does not appear to be closed. Do your other
pages that were accepted contain the same script and coding?

<script language="JavaScript" type="javascript">>//<![CDATA[
 
W

Windsun

No right click script.. not very "professional......

-------------------------------------------------------------------------
chris said:
Not a clue what's causing this but does seem to be an error in your ** no
right click script **- note the extra > after the opening script tag. Also
cdata section (new to me) does not appear to be closed. Do your other
pages that were accepted contain the same script and coding?

<script language="JavaScript" type="javascript">>//<![CDATA[

Looks said:
Sorry, but thats not it. I've added what you gave, published and
checked, but the error message still showed up. Any more ideas. And
thanks for the help.
 
Top