我要重寫以下網址:URL重寫子目錄不改變基礎
https://www.example.com/tools/tool.php?id=predict-backlinks
要:
https://www.example.com/tools/predict-backlink
由於這裏建議:URL Rewriting for sub-folder
現在工作的網址是https://www.example.com/tools/tool/predict-backlink
以下代碼工作正常,但是tool
正在被添加到URL中。我希望它在URL中無需使用tool
。
Options -MultiViews
RewriteEngine On
RewriteBase /tools/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^tool/(.*) tool.php?id=$1 [L]
你嘗試運行此命令:a2enmod重寫 –