# Map leftover /barbershop/... URLs to this subdomain document root.
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteRule ^barbershop/(.*)$ $1 [L]
</IfModule>

<FilesMatch "^(db\.local\.php)$">
  Require all denied
</FilesMatch>
