2011-12-22 70 views
0

更換+與 - 在查詢字符串更換+與 - 在查詢字符串

這是我當前重寫規則的例子:

它重定向完美,但我希望它替換爲+符號 - 符號,所以例如:

http://subdomain.site.com/folder/page.php?to=twenty+five

變爲:

http://www.site.com/folder/subfolder/twenty-five

RewriteCond %{QUERY_STRING} ^to=(five|fifteen|twenty\+five) 
RewriteRule ^/folder/page.php$ http://www.site.com/folder/subfolder/%1? [R=301,L] 

任何幫助將不勝感激。

謝謝。

+0

的[替換重寫規則字符]可能重複(http://stackoverflow.com/questions/8555499/replace-character-in-rewrite-rule) – 2011-12-22 06:49:01

回答