我改變了我的網址,從使用mod_rewrite鏈接後,都沒有發現
http://example.com/admin/courses.php?id=1001
到
http://example.com/articles/1001
USIG這個代碼
RewriteEngine On
RewriteRule articles/([A-Za-z0-9-]+)/?$ admin/courses.php?id=$1 [NC,L]
但更改URL後,所有的CSS,圖像,JS的鏈接urse.php頁面會自動改變從
http://example.com/admin/css/style.css
到
http://example.com/articles/css/style.css
我需要幫助
谷歌的'RewriteLog' - 它將打印調試有關規則集的信息。 – DanFromGermany