.htaccess RewriteRule image 圖片資料夾 轉其他網域

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/image/
RewriteRule ^upload/(.*) http://www.demo.com/image/$1 [R=permanent,L,NE]

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *