我需要将https://example.com/?lang=eng
重定向到https://example.com/english.html
问题在于页面https://example.com/?lang=eng
不再存在,该网站是用php编写的,并且已更改为纯HTML CSS。
像这样的普通重定向不起作用!
Redirect 301 https://example.com/?lang=eng https://example.com/english.html
重定向此页面很重要,因为我有很多指向它的外部链接。