【发布时间】:2013-06-24 10:32:12
【问题描述】:
我正在编写我的第一个 .htaccess 文件。我想知道如何将localhost/home/user/ 重写为localhost/index.php?home&id=user,即使存在“home”目录。
这可能吗?
【问题讨论】:
-
你的意思不是反过来吗?就像从 localhost/home/user 到 localhost/index.php?home&id=user?否则你可以简单地使用 PHP 来做到这一点
-
sry...是的,我的意思是...