Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.htaccess でこれを行う方法を知っている人はいますか? 「[]」内にある URL の部分を置き換える必要があります。
URL は次のとおりです: [http://example.com/site/second/files/] 2012/08/Image.jpg この新しい URL: [http://example-two.com/media1/] 2012/08 /画像.jpg
前もって感謝します!
RewriteRule ^site/second/files/(.*)$ http://example-two.com/media1/$1 [L]
mod_alias を使用することもできます。
Redirect 301 /site/second/files http://example-two.com/media1/