.htaccess Redirect non-WWW to WWW preserving URI string

后端 未结 3 463
情歌与酒
情歌与酒 2020-12-03 01:51

I\'m running the CodeIgniter platform, which uses .htaccess to accept URLs like

http://www.mysite.com/controller/function/argument

I curren

3条回答
  •  旧时难觅i
    2020-12-03 02:30

    If you are on apache 2.4 ,You can use the following simple redirect :

    
    Redirect / http://www.example.com/
    
    

提交回复
热议问题