仅用于URL的路径部分的ModRewrite规则

时间:2013-06-13 06:28:13

标签: regex .htaccess

大家。 我已经掌握了我的.htaccess:

RewriteCond %{HTTP_REFERER} goth|emo|piercing|tattoo|tattoo|body%20art [NC]
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^$ http://domain.com/?template=goth [R]

我需要重写这个规则,以便只在引用者的路径部分找到单词goth | emo | piercing | tattoo | tattoo | body%20art,而不使用域名。 即:

goth.com/index.php - no redirect
site.com/goth.php - redirect

0 个答案:

没有答案