Apacheのhtaccess
私はこのURLを持っています:
mydomain.com/old.html
私はそれを次のように書き直したい:
mydomain.com/new.html
ただし、mydomain.com /old.htmlが常にmydomain.com/new.htmlにリダイレクトされるようにする必要もあります。
私は次のことを試しました:
RewriteRule ^/new.html /old.html [R=301,L,PT]
しかし、それは機能しません。