Subdomain Prerequisites
To enable subdomains on your website, you must first configure the following 5 items. If something isn't working, refer to the suggested solutions and make sure you have completed each step outlined in readme.txt.
DNS server - show/hide details Not working yet
test-1.template-247.com failed to resolve
test-2.template-247.com failed to resolve
test-3.template-247.com failed to resolve
It appears your DNS server is not setup to handle wildcard subdomains (*.template-247.com) for template-247.com. Edit the DNS zone file or settings for your server to fix.
PHP caches DNS lookups, so you'll want to restart your web server after making changes to your DNS server to see the results of your changes on this page.
Web server unable to test
Unable to test Apache settings until DNS wildcard subdomains are working
Drupal's inbound URL rewriting - show/hide details Not working yet
HTTP request to »
subdomain-test.template-247.com/···ain/test resulted in an internal Drupal path of . It should have been ~subdomain-test/subdomain/test
The custom_url_rewrite_inbound() function is missing from settings.php. It appears you haven't yet patched settings.php. See readme.txt for instructions.
Drupal's outbound URL rewriting - show/hide details Not working yet
Drupal API: url('~subdomain-test/subdomain/test') returned '/%7Esubdomain-test/subdomain/test' but should have returned '»
subdomain-test.template-247.com/···ain/test'
The custom_url_rewrite_outbound() function is missing from settings.php. It appears you haven't yet patched settings.php. See readme.txt for instructions.
$cookie_domain in settings.php - show/hide details Not yet set
The $cookie_domain variable in settings.php is not set. Uncomment and set the $cookie_domain variable to your base domain (e.g. "example.com")
I fear some of the missing requirements are things not allowed on a shared hosting account (Especially on a HostGator Add-on Domain.)