problem with subdomains

moron

Verified User
Joined
Oct 31, 2007
Messages
5
hello
i have problem with subdomains
i can make subdomain in DA but it doesn't work
when i make test.domain.pl - it doesnt work but domain.pl/test work

i was thinking that problems are with DNS but i have check it and all seems ok

exemple domains are:
qrde.pl
blogowicz.info

subdomains:
www.test.qrde.pl
www.pomoc.blogowicz.info

what can be wrong?
 
Last edited:
pomoc.blogowicz.info start working (i dont know why)

qrde.pl
dig qrde.pl

; <<>> DiG 9.2.4 <<>> qrde.pl
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2177
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;qrde.pl. IN A

;; ANSWER SECTION:
qrde.pl. 14400 IN A 91.199.22.91

;; AUTHORITY SECTION:
qrde.pl. 7688 IN NS ns1.qrde.pl.
qrde.pl. 7688 IN NS ns2.qrde.pl.

;; ADDITIONAL SECTION:
ns1.qrde.pl. 4052 IN A 91.199.22.91
ns2.qrde.pl. 4052 IN A 91.199.22.100

;; Query time: 2030 msec
;; SERVER: 212.162.20.253#53(212.162.20.253)
;; WHEN: Wed Aug 6 09:28:46 2008
;; MSG SIZE rcvd: 109

all seems to be ok
 
Last edited:
Basic DNS information: There is a time delay which could be several hours or more with all DNS changes because of isp dns caching.

If you want to check your dns configuration you have to query your own server not that of your isp or upstream dns.

Code:
dig @yourserver qrde.pl
 
@floyd i know that i must wait for changes but i'm making subdomain and i't donesnt work weeks
and it's not one domain but almost all
ex. i have make morning this subdomain http://leczeniepijawkami.frh.org.pl/ and nothing... :/

please help me... :(
 
Works http://leczeniepijawkami.frh.org.pl/ Shows a DA placeholder.

You already acknowledged you know you have to wait but then you say:

ex. i have make morning this subdomain http://leczeniepijawkami.frh.org.pl/ and nothing... :/

You just made it this morning. It has not been weeks as you say.

Code:
[root@super ~]# dig @212.162.20.253 leczeniepijawkami.frh.org.pl

; <<>> DiG 9.5.0-P1 <<>> @212.162.20.253 leczeniepijawkami.frh.org.pl
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63999
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;leczeniepijawkami.frh.org.pl.  IN      A

;; ANSWER SECTION:
leczeniepijawkami.frh.org.pl. 14400 IN  A       91.199.22.91

;; AUTHORITY SECTION:
frh.org.pl.             83908   IN      NS      ns2.qrde.pl.
frh.org.pl.             83908   IN      NS      ns1.qrde.pl.

;; ADDITIONAL SECTION:
ns1.qrde.pl.            14400   IN      A       91.199.22.91
ns2.qrde.pl.            14400   IN      A       91.199.22.100

;; Query time: 377 msec
;; SERVER: 212.162.20.253#53(212.162.20.253)
;; WHEN: Wed Aug  6 09:14:36 2008
;; MSG SIZE  rcvd: 135

[root@super ~]# dig leczeniepijawkami.frh.org.pl

; <<>> DiG 9.5.0-P1 <<>> leczeniepijawkami.frh.org.pl
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36924
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;leczeniepijawkami.frh.org.pl.  IN      A

;; ANSWER SECTION:
leczeniepijawkami.frh.org.pl. 14400 IN  A       91.199.22.91

;; AUTHORITY SECTION:
frh.org.pl.             14400   IN      NS      ns2.qrde.pl.
frh.org.pl.             14400   IN      NS      ns1.qrde.pl.

;; ADDITIONAL SECTION:
ns1.qrde.pl.            14400   IN      A       91.199.22.91
ns2.qrde.pl.            14400   IN      A       91.199.22.100

;; Query time: 1519 msec
;; SERVER: 12.180.200.107#53(12.180.200.107)
;; WHEN: Wed Aug  6 09:14:56 2008
;; MSG SIZE  rcvd: 135
 
Last edited:
Back
Top