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条)

报告相同问题?

悬赏问题

  • ¥20 求数据集和代码#有偿答复
  • ¥15 关于下拉菜单选项关联的问题
  • ¥20 java-OJ-健康体检
  • ¥15 rs485的上拉下拉,不会对a-b<-200mv有影响吗,就是接受时,对判断逻辑0有影响吗
  • ¥15 使用phpstudy在云服务器上搭建个人网站
  • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
  • ¥15 vue3+express部署到nginx
  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况
  • ¥15 画两个图 python或R