How to map a specific multi-site blog to a folder?

in the domain/ .htaccess file, add this line at the beginning.

RewriteEngine On
RewriteBase /
RewriteRule ^mag/([_0-9a-zA-Z-]+/)?$ /sites/mag/$2 [L]

Leave a Comment