I'm trying to set up a meta subsite.
I have the sql database setup. Posts, categories, tags all have a seperate table in the same database, but users and options just use a view to redirect to the main table.
I have a meta folder inside my q2a folder that just sets the base dir to the parent folder and the sql prefix to "qameta_".
Everything works correctly except the qa-theme and qa-content folders. If I don't copy these into my meta folder they can't be located.
Is there a way to redirect those to the parent folder?