Forum Moderators: phranque
we have a domain that point to our server
in this domain we cannot set nameserver but only record A, NAME and MX
So, we have set in record A the server ip
The problem is for subdomain create in Cpanel that not is viewed.
We think to resolve this, if possible, we htaccess and redirect **.mydomain.it TO www.mydomain.it/**
This can resolve our problem or is the same manage as cpanel?
Thks to all :)
*.example.com IN A 192.168.0.1
If you don't do this, then requests for subdomains of you domain will never even reach your server.
After these requests are pointed to your server, then you can configure the filespace to host the subdomains using cPanel or by manually editing the httpd.conf file.
Jim