【发布时间】:2013-05-02 22:58:14
【问题描述】:
您好,我对 htaccess 了解不多,也无法理解代码的工作原理。
谁能帮我做这个
www.site.com/forums/index.php?/cp/3-welcome/
只会将文本本身更改为
www.site.com/forums/welcome
不重定向它。
【问题讨论】:
-
RewriteCond %{REQUEST_URI} ^/forums/index.php$ RewriteCond %{QUERY_STRING} ^/cp/6-monthly-member-profile RewriteRule ^(.*)$ site.org/forums/monthly-member-profile? [R=302,L] 试过了,但它重定向了我,因此给了我一个 404 页面
标签: html