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.
「example.com/image/img.jpg」を「example.com/view/img.jpg」にリダイレクトする必要がありました
したがって、私は使用しました
RewriteRule (^|.*?/)image/(.*)$ /$1view/$2 [R=302,L,NC]
しかし、「example.com/image/img.jpg」にアクセスしようとしても、リダイレクトされません。私は何を間違っていますか?
ありがとうございました。