【发布时间】:2014-05-29 23:49:13
【问题描述】:
我有网址:www.example.com/test/here。
我想将其重定向到:www.example.com/test2/home#here。
我试过了:
RewriteRule /apply$ www.example.com/test2/home#here [R, NE]
但我目前遇到服务器错误。抱歉,我不太擅长 htaccess 文件。
【问题讨论】:
-
您希望
/apply$匹配test/here因为...?