我有这样的网址:
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中这样做?
我希望加载所有文件而不互相交换,我只需要从网址路径中删除文件名。
提示(这可能有所帮助) - 一次只有一个文件获取请求。随机选择此文件。 “launch”文件夹中没有其他文件(比index.php,index1.php,index2.php,index3.php)。