Forums
(@dprior)
20 years, 8 months ago
I believe I figured it out after much playing with the mod-rewrite rules. I added this as the last rule:
RewriteRule ^blog/(.*)$ /$1 [R=301,NC]
Looks like it’s working.