Opinion/Question

Hi. I have a dynamic IP address for my web server so everytime my 
domain is accessed it redirects to what my current IP is. I use a 
custom dtd doc and with the new validator it cant find my dtd doc using 
my domain in the
<!DOCTYPE HTML SYSTEM "http://www.mydomain.net/HTML401-loose.dtd">
however, if I use my actual IP address instead of the domain it finds 
the dtd doc with no problem and validates the site nicely.
 
This is the error Im getting when I use my domain
 
Line 1, column 63: could not get "/HTML401-loose.dtd" from 
"www.mydomain.net" (reason given was "Object Moved.")
 
error #2
Line 1, column 63: DTD did not contain element declaration for document 
type name

   ... HTML SYSTEM "http://www.mydomain.net/HTML401-loose.dtd">

 

Like I said before when I use my IP address instead of the domain all 
works great

So is there something Im doing wrong ? or do you all need to add some 
sort of support

for redirecting domains ? The old validator worked great with my domain.

If you can please respond to this.

Thanks

Received on Tuesday, 26 November 2002 16:22:47 UTC