Redirect one url to another url using .htaccess

后端 未结 4 523
醉酒成梦
醉酒成梦 2020-12-10 21:22

As i am trying to redirect one complete URL

http://www.domain-name.com/download/?page=download

To this URL

http://www.dom         


        
4条回答
  •  暖寄归人
    2020-12-10 21:43

    you can use this rule

    Redirect /download/?page=download http://www.domain-name.com/download/show
    

提交回复
热议问题