我的网址:http://localhost/test.php
我在用:
.ht 访问:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
PHP:
$url = $_GET['url'];
echo var_dump($url);
但我为 $url 得到的只是:NULL NULL NULL NULL NULL NULL