我正在更新项目的网址并拥有此旧网址: http://www.example.com/phones/index.php
此文件夹手机不再存在,但我想抓住旧流量,当有人访问此网址时,我想.htaccess文件加载位于根目录下的文件store.php 如何使用htaccess文件执行此操作,以便地址栏中的url保留 http://www.example.com/phones/index.php但要加载store.php文件,请提前谢谢!
答案 0 :(得分:2)
您可以在DOCUMENT_ROOT/.htaccess
文件中使用此代码:
RewriteEngine On
RewriteBase /
RewriteCond %{DOCUMENT_ROOT}/$1 !-d
RewriteRule ^([^/]+)/index\.php$ store.php [L,NC]
答案 1 :(得分:0)
在根目录的 .htaccess 中。
listUser.map is not a function