I have wordpress blog in root folder. and static website in a subfolder.
in apache config: root folder points to blog.mysite and subfolder points to mysite.
For both urls blog.domain and domain root folder files get executed.
I want subfolder files to execute for domain. and root folder files to execute for blog.domain
Is it possible?