Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些文件夹和文件夹中的文件,我想做一个 301 重定向到我想要的 PHP 文件:
/文件夹/ > /file.php
/文件夹/index.html > /file.php
我试过用谷歌搜索,但找不到我要找的东西。
谁能帮忙
我已经解决了,这就是我正在使用的,它对我有用
RedirectMatch 301 ^/folder/(.*)$ /file.php