htaccess 伪静态跳转问题
想从tag/abc 跳到 tag/index.php?t=abc
RewriteRule ^tag/(.*)$ tag/index.php?t=$1
index.php
print_r($_GET[‘t’]);//显示的是index.php 而不是 abc 怎么办?)本文来(源gaodai#ma#com搞@@代~&码*网2
搞代gaodaima码
?
htaccess 伪静态跳转问题
想从tag/abc 跳到 tag/index.php?t=abc
RewriteRule ^tag/(.*)$ tag/index.php?t=$1
index.php
print_r($_GET[‘t’]);//显示的是index.php 而不是 abc 怎么办?)本文来(源gaodai#ma#com搞@@代~&码*网2
搞代gaodaima码
?