-1
這是我的網址:的.htaccess更改查詢字符串
localhost/myweb/home.php
現在我只是使用此代碼刪除的文件擴展名:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
轉來轉去的:
localhost/myweb/home
它工作正常。
現在我想改變這個網址:
localhost/myweb/home.php?str=tmprow
這樣:
localhost/myweb/home/tmprow
你爲什麼不能做同樣的事情? – 2013-03-01 01:58:54
你是什麼意思?怎麼樣? – avien 2013-03-01 02:20:52