For /blog/*, the below rule on .htaccess works:
RewriteRule ^blog/(.*)$ $1 [R,L]
more research: http://stackoverflow.com/questions/6194371/wordpress-multisite-rewrite-rules
For /blog/*, the below rule on .htaccess works:
RewriteRule ^blog/(.*)$ $1 [R,L]
more research: http://stackoverflow.com/questions/6194371/wordpress-multisite-rewrite-rules
Leave a Reply