网站内页301跳转,apache
比如:http://111.com/shh/4553.html,我想让这个网址跳转到 https://www.111.com/shh/4553.html,网站相对应的内页,http://111.com/shh/4553.html这个内页不能跳转,请问如何实现。
function 事件触发(){ location.href = "https://www.111.com/shh/4553.html"; }