标签: regex apache
我要重定向:http://example.com/tag/car 到:http://example.com/car-pictures
<VirtualHost *:80> ServerName www.domain1.com RedirectMatch permanent ^/tag(.*)$ http://example.com/$1-pictures </VirtualHost>
我在做什么错了?