A Server will automatically look for an index file by default and load it if it exists. Either index.php, index.html or index.htm.
So then, I could just do this?
## block this next line for Maintenance Mode
#RewriteRule ^(/)?$ primarydomain/index.php [L]
Edit: Ah, no, because then the server would not know where to send the URL for the primarydomain folder.