一部の URL を別の URL にリダイレクトしたい。例えば
http://www.mydomain.com/some-text-2-rss/
http://www.mydomain.com/another-text-rss
http://www.mydomain.com/sample-rss/
http://www.mydomain.com/dummy-content-rss
http://www.mydomain.com/some-folder-1/my-text-rss
http://www.mydomain.com/another-folder/some-text-rss/
TO
http://www.mydomain.com/some-text-2/
http://www.mydomain.com/another-text
http://www.mydomain.com/sample/
http://www.mydomain.com/dummy-content
http://www.mydomain.com/some-folder-1/my-text
http://www.mydomain.com/another-folder/some-text/
つまり、URL の末尾が「-rss」または「-rss/」の場合、URL から「-rss」を削除したいと考えています。
前もって感謝します。