htaccess变量不显示任何内容

时间:2019-03-26 19:58:02

标签: .htaccess

我使用以下代码,但$_GET['id']未显示任何内容

RewriteCond %{HTTP_HOST} ^(.*)\.blah\.com$ [NC]
RewriteCond %{HTTP_HOST} !^(www)\.blah\.com$
RewriteRule (.*) /shop.php?id=$1 [L]

shop.php

echo $_GET['id']

0 个答案:

没有答案