Forum Moderators: phranque
It turns out that the issue is most likely caused by the way my host handles subdomains. They have given me their root mod_rewrite rules to look over so I can see if I can find the cause.
The biggest question I have is in what order are the mod_rewrite rules followed? Are the root rules followed then the local? Or are the local rules followed then the root?
So, execution order is top-to-bottom, and "priority" is bottom-to-top.
Jim