我有这样的网址:
http://mysite.com/launch/index.php
http://mysite.com/launch/index1.php
http://mysite.com/launch/index2.php
http://mysite.com/launch/index3.php
我想从网址中取出 index.php、index1.php、index2.php、index3.php,这样我就有:
http://mysite.com/launch/
我怎样才能在.htaccess 中做到这一点?
我希望加载所有文件而不交换另一个文件,我只需要从 url 路径中删除文件名。
提示(这可能会有所帮助) - 一次只有一个文件获取请求。该文件是随机选择的。“启动”文件夹中没有其他文件(除了 index.php、index1.php、index2.php、index3.php)。