我已经改变了我的链接的结构,并试图将我的旧链接 301 到新链接,以阻止它们都得到 404
旧链接
www.domain.comn/artistfirstname-artistsecondname/songfirstword-songsecondword
新链接
www.domain.com/mp3/artistfirstname_artistsecondname-songfirstword_songsecondworld.html
我正在尝试重写旧链接以指向新链接,但我需要将第一个链接中的破折号更改为下划线,以便我可以执行类似的操作
RewriteRule ^(.*)/(.*)$ mp3/$1-$2.html
还需要考虑只有 1 个单词的艺术家和歌曲,这意味着他们不会在 url 中以破折号开头。