我的這些老的網站,它有它的所有.htm文件這樣下面的圖片鏈接,用htaccess Rewite圖像路徑?
<img border="0" src="images/logo.jpg" alt="xxx" width="170" height="150">
我想知道如果我能與所有圖片網址前加上一個絕對路徑 htaccess的。
例如,
<img border="0" src="http://localhost/mysite/local/applications/bin/oldsite/images/logo.jpg" alt="xxx" width="170" height="150">
這可能嗎?
或者我必須手動更改文件的圖像路徑文件?
我的企圖,
RewriteRule ^(.*\.(gif|jpg|png))$ local/applications/bin/oldsite/images/$1 [QSA,L]
不工作的過程!
感謝您的回答。我只是測試它,但仍然沒有改變...... :( – laukok 2013-02-09 23:34:07