apache - How to redirect subdomains to a specific url structure via cpanel -


i need redirect subdomains of subdomain.mydomain.com specific url structure.

example:

http://books.subdomain.mydomain.com should redirected http://subdomain.mydomain.com/things/books

i have created zone file record via advanced dns zone editor:

*.subdomain.mydomain.com. 14400 in 178.143.78.89

but when try access books.subdomain.mydomain.com, redirected to

books.subdomain.mydomain.com/cgi-sys/defaultwebpage.cgi

help! :)


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -