I've installed Wordpress MU and it moved my blog from simply www.mydomain.com/category/post.html to www.mydomain.com/blog/category/post.html
I would need both the regular www redirect plus a redirect so all my posts have the added /blog/ subfolder. What's the best way to go about this? Any help is much appreciated!
The redirect I have is my .htaccess www redirect under html/example.com is:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301]
AddHandler php5-script .php