Forum Moderators: phranque
HTTP/1.1 301 Moved Permanently
Date: Tue, 25 Mar 2003 10:17:45 GMT
Server: Apache
Location: [xx.xx.xx.xx...]
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Tue, 25 Mar 2003 10:17:45 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html
If I check using the domain name, it returns:
HTTP/1.1 200 OK
Date: Tue, 25 Mar 2003 10:19:44 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html
I'm confused by these results. Is something wrong? There isn't any redirect that I know of in my .htaccess for this page.
TIA for any thoughts!
You say you can go straight to a domain name and it works perfectly - so I assume the IP address thing is more of a curiousity than a real issue?
- Tony
>>There isn't any redirect that I know of in my .htaccess
>>for this page.
Redirect [httpd.apache.org] directives can be used in httpd.conf as well.
Andreas