Web Hosting Talk







View Full Version : 302 Found


jEORg
07-31-2002, 04:33 PM
I get this answer when I try to validate my website to w3 validator


---------------------------------------------------------------------

302 Found
Please make sure you have entered the URI correctly.

--------------------------------------------------------

TEST DE L'URL http://www.mysite.com

negative server answer : HTTP/1.1 302 Found

-----------------------------------------------------------

do you know why ?

ATST
07-31-2002, 06:02 PM
A URL is a web address, (once the domain is found, the apache software looks for a index page*) but a URI is a complete file name, therefore it should be http://www.mysite.com/index.html or whatever the home page is.

*A simple explaination will suffice in this case. I know it is a bit more than that.

jEORg
08-01-2002, 11:30 AM
yes I have tried it too

http://www.mysite.com/default.aspx
and it doesn't york

it really look like a server problem