|
Posted by Brian V Bonini on 05/13/05 23:37
On Fri, 2005-05-13 at 14:12, Dustin Wish wrote:
> Anyone run across an issue where a php script works in IE and not Firefox?
> Christianboards.org is a PHP nuke site running on a Enism linux box that is
> having this issue.
http://www.christianboards.org/ comes up fine for me; firefox/linux
however http://christianboards.org/ does not.. This is a DNS issue, not
PHP. :) christianboards.org has no 'A' record. My guess is that IE
fills in the 'www' when you type in 'christianboards.org' whereas
firefox does not.
<< snip >>
$ dig christianboards.org
; <<>> DiG 9.2.3rc2 <<>> christianboards.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53525
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;christianboards.org. IN A
;; AUTHORITY SECTION:
christianboards.org. 10800 IN SOA ns1.limedale.com.
indco.indco.net. 2005050601 3600 900 604800 86400
;; Query time: 237 msec
;; SERVER: 192.168.15.1#53(192.168.15.1)
;; WHEN: Fri May 13 16:34:35 2005
;; MSG SIZE rcvd: 104
[brian@home ~/www]$ dig www.christianboards.org
; <<>> DiG 9.2.3rc2 <<>> www.christianboards.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43722
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;www.christianboards.org. IN A
;; ANSWER SECTION:
www.christianboards.org. 86400 IN A 66.139.178.33
;; AUTHORITY SECTION:
christianboards.org. 86400 IN NS ns1.limedale.com.
christianboards.org. 86400 IN NS ns2.limedale.com.
;; ADDITIONAL SECTION:
ns1.limedale.com. 160305 IN A 64.216.172.1
ns2.limedale.com. 160305 IN A 66.139.178.1
;; Query time: 139 msec
;; SERVER: 192.168.15.1#53(192.168.15.1)
;; WHEN: Fri May 13 16:34:42 2005
;; MSG SIZE rcvd: 137
<< /snip >>
--
s/:-[(/]/:-)/g
Brian GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
======================================================================
gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC
Key Info: http://gfx-design.com/keys
Linux Registered User #339825 at http://counter.li.org
Navigation:
[Reply to this message]
|