【发布时间】:2015-05-05 12:40:15
【问题描述】:
您好,如何在.htaccess 中重写 URL?
localhost/app/view/login/editPass.php
到
localhost/editPass.php?
当我来自我的索引时
localhost/index.php
我知道我必须使用,比如
RewriteEngine On
RewriteRule ^(.*)
那么我是否需要将.htaccess 文件与我的索引或文件夹应用程序中?
【问题讨论】: