Perhaps it would be an option to have the whole meh repo in the document root and add a `.htaccess` there: ``` <RequireAll> Require all denied </RequireAll> ``` and extend the one in `/meh/public`: ``` <RequireAll> Require all granted </RequireAll> ```