【发布时间】:2012-02-21 14:46:33
【问题描述】:
我怎样才能让 Apache 重定向
http://localhost/index.php
http://localhost/create/index.php
http://localhost/create/contact.php
http://localhost/engage/page1/services.php
到
http://localhost/Project1/index.php
http://localhost/Project1/create/index.php
http://localhost/Project1/create/contact.php
http://localhost/Project1/engage/page1/services.php
分别?
基本上我需要将“Project1”(或我认为合适的任何其他字符串)附加到 url 路径的开头
谢谢
【问题讨论】:
标签: regex apache .htaccess mod-rewrite