Current time: 05-22-2024, 02:57 AM Hello There, Guest! (LoginRegister)


Post Reply 
Creating subdomain pma.domain.tld does not work
Author Message
iRaS Offline
Junior Member
*

Posts: 13
Joined: Mar 2009
Reputation: 0
Post: #1
Creating subdomain pma.domain.tld does not work
Why i can't create the Subdomin pma.domain.tld? Is there a possiblity to change that restriction?
07-02-2009 12:33 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: Creating subdomain pma.domain.tld does not work
Did you done this --> http://www.isp-control.net/documentation...domain.tld
Or what exactly ?

Greez BeNe
07-02-2009 12:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
iRaS Offline
Junior Member
*

Posts: 13
Joined: Mar 2009
Reputation: 0
Post: #3
RE: Creating subdomain pma.domain.tld does not work
i just tried to add a subdomain to an existing user.
http://*.*.*/client/subdomain_add.php

The error message i got was:
"Subdomain already exists or is not allowed!"

The subdomain does not exist. So it is not allowed, but why?
07-02-2009 01:26 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Creating subdomain pma.domain.tld does not work
in client/subdomain_add.php

there's a list of subdomains that are "not allowed" (by default):

Code:
$std_subs = array(
  'www', 'mail', 'webmail', 'pop', 'pop3', 'imap', 'smtp', 'pma', 'relay',
  'ftp', 'ns1', 'ns2', 'localhost'
);

some make sense - others maybe not. You can change this array.

/J
07-02-2009 08:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)