dsfb20227 2018-11-29 11:30 采纳率: 0%
浏览 60
已采纳

如何使用htaccess在codeigniter中重定向URL?

I am using codeignator and I have to redirect URL. I have two URL which are as follows

https://example.com/contact-us/ 
https://example.com/about-us/who-we-are/

I don't have any contact and about-us/who-we-are/ controller name or view in my codeignator project.

Let's talk about exist URL

I am removing the index.php and controller name from the URL.

So my old URL is

https://example.com/index.php/Menu_control/aboutus

Now new URL is

https://example.com/aboutus

//$route['(:any)'] = 'Menu_control/$1';//remove the controller name

Now when user enter the URL https://example.com/contact-us/ then it should be redirect on https://example.com/aboutus/

Same as on my second URL https://example.com/about-us/who-we-are/ to redirect on https://example.com/services/

I tried some code in .htaccess but it's not working for me.

Redirect 301 "https://example.com/contact/" "https://example.com/aboutus/"

Would you help me out in this issue?

  • 写回答

3条回答 默认 最新

  • dtn51137 2018-11-29 13:30
    关注

    Finally I found my answer. I don't know it's best or not but solved my issue.

    I added code in .htaccess

    RewriteRule ^contact-us/ https://example.com/aboutus [R=301,L]
    RewriteRule ^about-us/who-we-are/ https://example.com/services/ [R=301,L]
    

    When user enter URL https://example.com/contact-us/ then it will redirect on https://example.com/aboutus

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记