Basically, what i wanna do :
change child.domain.com to domain.com/child
However, I already have a ReWriteRule in htaccess to change domain.com/child to domain.com?page=child. Of course, in htaccess, I also have a rewrite condition to ignore actual folders and files. But if i create a subdomain for child, the server will actually create a physical folder for child, thus domain.com/child will be ignored by the RewriteRule completely.
So if possible, I want to change child.domain.com straight into domain.com?page=child
Is this achievable through htaccess or I must set the subdomains in my cpanel?