标签: apache .htaccess
我的.htaccess Redirect 301 /old-url https://www.website.com/new-page.php中有以下命令,但在我的网址中,我被重定向到https://www.website.com/new-page/如何在不改变网站整体结构的情况下解决这个问题?
Redirect 301 /old-url https://www.website.com/new-page.php
https://www.website.com/new-page/