0

这是我的测试文件htaccess.zip

下面是测试过程:

第一步:安装xampp

第二步:将从 htaccess.zip 中提取的 htaccess 文件移动到D:\xampp\htdocs

第三步:在firefox地址栏中输入localhost/htaccess/test/

第四步:等待显示localhost/htaccess/index.php而不是显示localhost/htaccess/test/index.php的结果

它适用于Linux。如何修复它以便它也可以在 Windows 中工作?

.ht 访问代码:

RewriteEngine On 
RewriteBase /htaccess/

RewriteRule ^test/?$ index\.php
4

0 回答 0