2017-04-13 74 views

回答

2

您可以使用下面的重定向在htaccess文件

RedirectMatch 301 ^/(.+)\.html\.html$ /$1.html 

這將重定向/file.html.html/file.html

+0

非常感謝。它工作正常。 – mageDev0688