I have strange situation here: http://subdomain.web-hosting-solutions.biz - works http://www.subdomain.web-hosting-solutions.biz - works too but http://oscommerce.web-hosting-solutions.biz - doesn't work http://www.oscommerce.web-hosting-solutions.biz - work's ? I set up both subdomains indetically, what I am doing wrong...?
Why dont you create a new website for each subdomain? Thats the way ISPConfig handles subdomains where different websites where shown in each subdomain.
Yes, I am, that is how I create subdomains, as new domains actually. I explained, I made a mistake creating those "free" domains through new reseller account, where I forgot to check option "mysql". stupid me . I considered to delete my own post, but then again, I tought maybie someone else run in similiar problem. But, what really bugs me is: Note: both domains (subdomains) are created as new websites (domains) with their own (indetical) DNS records. there are A records for www and for mail. --------------------------------------------------------- update: unbeliveable! I just creeated another subdomain: http://joomla.web-hosting-solutions.biz and everything works ok with and withouth "www". I deleted http://oscommerce.web-hosting-solutions.biz , and created it again, and again "non-www" is not acessible????
Make sure you added oscommerce.web-hosting-solutions.biz as a Co-Domain to the www.oscommerce.web-hosting-solutions.biz web site in ISPConfig.
yes, that is! for www.joomla.web-hosting-solutions.biz wesite there is subdomain data but for www.oscommerce.web-hosting-solutions.biz there is no subdomain data bingo! but then again, when I try to add: oscommerce.web-hosting-solutions.biz here is what I get: ----------------------------------------------------------------------------- When I create new site like www.xoops.web-hosting-solutions.biz everything is OK, subdomain xoops.web-hosting-solutions.biz is automatically added. But even if I delete www.oscommerce.web-hosting-solutions.biz , and empty recycle bin, and delete DNS, and empty recycle bin and search oscommerce.web-hosting-solutions.biz, and nothing is found, and when I add once gain that site, co-domain is NOT created, and it can not be added with Domains -> new ? Note: there were no manual entries in database etc.
I forgot to mention in previous post that I done that. I used search function for websites as well as for DNS records. osscommerce.web-hosting-solutions.biz was not found. All of the recycle bins were checked three times, and all of the serach operations were performed few times. Is there any other place where ISPConfig might store such information? Right now osscommerce.web-hosting-solutions.biz is deleted, and if there is any other location where it might be stored I would like to check it.
No, I didn't found any records in ISPConfig database. But I manually checked all of the domains, and here is what I found: So, after I deleteted there oscommerce.web-hosting-solutions.biz I was able to add it once agian as regular webiste, and now it works fine with and withouth "www". The question is why "serch" function was unable to find that "oscommerce" inside of subdomain.web-hosting-solutions.biz ?
Hi! I read all this threads but still can't get it right. I created new site slike.mejhn.si but it's not working. Allready have www.mejhn.si, works fine, but i want subdomain slike.mejhn.si. How can I do this? please help... Tilen
The domain slike.mejhn.si does not exist in DNS. Create an A-Record for "slike" in the authoritive nameserver for the domain "mejhn.si" pointing to your server IP address.
The authoritative name servers for your domain are taurus-1.siol.net and taurus-2.siol.net, so you must create the DNS record there. Usually, you have some kind of web interface where you can manage your DNS records; if you don't have access to such a tool, contact the administrator of the above name servers and ask for help.
Is it possible to have, for instance: *.domain.tld pointing to user's /www subdirectory (wildcard DNS) another.domain.tld pointing to user's /another subdirectory (full domain) other.domain.tld pointing to user's /other subdirectory (full domain) I had this working under an ISP that uses CPanel but I'm planning to move it to a dedicated server with ISPConfig. Hope it can be Lopo
I'm not sure if wildcards are supported... This is no problem. You can create forwards on the Co-Domains tab of the respective web site in ISPConfig.
Wildcard DNS is of the upmost importance, for instance, to use properly WordpressMu and other similar products. If someone can enlight me on this I'll be most thankful. Best regards.
If I right understand what you want,you can set wildcard in ISPConfig like this: 1. Go to DNS Manager 2. Select your domain ,then go to Records section 3. Add new A record with Hostname: * IP: your IP 4. Go to co-domain section,add new co-domain with Hostname: * Domain: your domain. 5. Wait for wildcard propagation Hope that will help