sub domain don't work

lungkao

Verified User
Joined
Jun 4, 2008
Messages
35
myserver some user sub domain don't work


http://review.semsikkha.org don't work

http://www.semsikkha.org/review/ work

http://forum.semsikkha.org don't work

http://www.semsikkha.org/forum/ work

and http://user.colorpack.net run on same Server but work

:(

PHP:
[root@server-cslox-60132 ~]# dig @61.19.252.20 semsikkha.org

; <<>> DiG 9.2.4 <<>> @61.19.252.20 semsikkha.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57301
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;semsikkha.org.			IN	A

;; ANSWER SECTION:
semsikkha.org.		14400	IN	A	61.19.252.20

;; AUTHORITY SECTION:
semsikkha.org.		14400	IN	NS	ns6.colorpack.net.
semsikkha.org.		14400	IN	NS	ns5.colorpack.net.

;; ADDITIONAL SECTION:
ns5.colorpack.net.	14400	IN	A	61.19.252.20
ns6.colorpack.net.	14400	IN	A	61.19.252.20

;; Query time: 0 msec
;; SERVER: 61.19.252.20#53(61.19.252.20)
;; WHEN: Sat Feb 14 12:50:17 2009
;; MSG SIZE  rcvd: 128

help me please
 
Last edited:
All your links work for me. Maybe you should check your PC, browser, cache etc.
 
Did you create review.semsikkha.org as a subdomain of semsikkha.org, or did you create it as a main domain in it's own user?

If the former, then both must have the same IP#; the one assigned to the user for semsikkha.org. If the latter then you must install the files in the public_html directory for the second user.
Code:
$ dig semsikkha.org +short
61.19.252.20
$ dig review.semsikkha.org +short
61.19.252.19
$
Jeff
 
am create review.semsikkha.org as a subdomain of semsikkha.org
 

Attachments

  • su1.jpg
    su1.jpg
    90.4 KB · Views: 147
  • dns1.jpg
    dns1.jpg
    122.7 KB · Views: 152
Last edited:
Then fix your DNS; it needs to be on the same IP# as semsikkha.org.

Note my first reply above to see that you're pointing the subdomain to .19, and not to .20, which is where you're pointing the main domain.

Jeff
 
Back
Top