Hi,
This can be done by the following method:
1.In /var/named/domain.com.db (In your primary nameserver)
add the following line:
www.store 14400 IN A Ipaddress
2.Then in your httpd.conf's virtual host entry for the
subdomain &store&, add the server alias of
ServerAlias www.store.domain.com
This should then start working correctly once the named and httpd are started and the DNS propagates (put ins some 5- 10 hours time delay for that )
I think the above steps should work it out correctly.
