【发布时间】:2016-01-12 03:50:55
【问题描述】:
如何使用 htaccess 重定向 url。我只是尝试了很多,但找不到任何合适的方法。
到
【问题讨论】:
-
是....但它没有重定向。
-
RewriteEngine On RewriteCond %{QUERY_STRING} ^value=(\d+)$ [NC] RewriteRule ^test.php$ /test.php?convert=1&p=$1 [NC]
标签: apache .htaccess mod-rewrite lamp url-redirection