我正在尝试重定向以点结尾的网址,但它不起作用......
我已经测试了这个:
RedirectMatch 301 ^/tum_and_valhalla.$ /tum_and_valhalla
RedirectMatch 301 ^/tum_and_valhalla\.$ /tum_and_valhalla
RedirectMatch 301 ^/tum_and_valhalla(.*)$ /tum_and_valhalla
但他们都没有工作。 应该怎么做?
我也非常感谢能够获得有关如何处理URL的输入,包括& 例如:
RedirectMatch 301 ^/ol&t$ /olt
谢谢!