带有正则表达式的Apache RedirectMatch永久

时间:2018-06-21 23:34:57

标签: 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>

我在做什么错了?

0 个答案:

没有答案