Current time: 11-23-2024, 09:44 PM Hello There, Guest! (LoginRegister)


Post Reply 
Creating subdomain pma.domain.tld does not work
Author Message
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 


Messages In This Thread
RE: Creating subdomain pma.domain.tld does not work - joximu - 07-02-2009 08:36 AM

Forum Jump:


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