This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
How to / How to build and acces to subdomain
« on: March 16, 2016, 04:24:09 PM »
Hi everyone,
I would like to know if people manage to fix issue with subdomain ! I am trying to add subdomain to my user/domain : FTP folder is automaticly created, vhost.conf and seems good. But when I got to :
- IP/~subdomain.domain/
- www.subdomain.domain.com
I have one 404 page error like if it doesn't exist.
My domain.db is :
I already tried to add some lines like :
test.mymy. IN A 91.121.76.114
test. IN A 91.121.76.114
but nothing as change !
It would be great if you had some idea ... ?
I would like to know if people manage to fix issue with subdomain ! I am trying to add subdomain to my user/domain : FTP folder is automaticly created, vhost.conf and seems good. But when I got to :
- IP/~subdomain.domain/
- www.subdomain.domain.com
I have one 404 page error like if it doesn't exist.
My domain.db is :
Code: [Select]
; Panel %version%
; Zone file for mymy
$TTL 14400
mymy. 86400 IN SOA ns1.centos-webpanel.com. mymy.sr-web.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
mymy. 86400 IN NS ns1.centos-webpanel.com.
mymy. 86400 IN NS ns2.centos-webpanel.com.
mymy. IN A 91.121.76.114
localhost.mymy. IN A 127.0.0.1
mymy. IN MX 0 mymy.
mail IN CNAME mymy.
www IN CNAME mymy.
ftp IN CNAME mymy.
; Add additional settings below this line
test 14400 IN A 91.121.76.114 ; #subdomain test
I already tried to add some lines like :
test.mymy. IN A 91.121.76.114
test. IN A 91.121.76.114
but nothing as change !
It would be great if you had some idea ... ?
Pages: [1]