dlsan wrote:
[color=blue]
> Hello to everybody.
>
> I'm working in Italy on this website
>
http://www.fondazioneantonioruberti.it/ariene/
> as css/xhtml/graphic designer in cooperation with a php programmer and
> a ISP provider.
> The site is still in test but i'm having no answer from
>
http://validator.w3.org/ except "302 found" for this page
>
http://www.fondazioneantonioruberti.it/ariene/
> and also
>
http://www.fondazioneantonioruberti.it/ariene/index.php .
>
> I've tried to follow these warnings
>
http://www.checkupdown.com/status/E302.html
> and
>
http://www.w3.org/Protocols/rfc2616/...html#sec10.3.3
>
> But i've no idea wher should be the problem, and the php programmer
> and ISP seem to want to ignore these thread i've suggested to them
> (maybe for problem with english? ).
> Anyway, please, does somebody have solved in the past somthing
> similar?[/color]
Fix your code, perhaps?
http://www.fondazioneantonioruberti.it/ariene/index.php
Loading this URL in Lynx show the following headers:
------------------------------------------------
HTTP/1.1 302 Found
Date: Fri, 05 Aug 2005 14:08:46 GMT
Server: Apache/1.3.23 (Unix) (Red-Hat/Linux) DAV/1.0.3 PHP/4.3.10
mod_perl/1.2
6
X-Powered-By: PHP/4.3.10
Set-Cookie: PHPSESSID=1405374a1fc50052b1679dfb83d9d687; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma: no-cache
Location:
http://www.fondazioneantonioruberti.it/ariene/index.php
Connection: close
Content-Type: text/html
------------------------------------------------
In essence,
http://www.fondazioneantonioruberti.it/ariene/index.php
tries to redirect to itself, something which would cause an endless
loop.
--
Kim André Akerĝ
-
kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)