【问题标题】:URL redirect using .htaccess使用 .htaccess 进行 URL 重定向
【发布时间】:2018-09-05 10:39:02
【问题描述】:

我已将我的普通™ php 网站更改为 CodeIgniter 框架。我的问题是

我需要:

重定向http://samajam.org/contact_us.phphttp://samajam.org/contact

【问题讨论】:

    标签: php .htaccess codeigniter url


    【解决方案1】:

    您可以在 .htaccess 文件中设置 301 重定向,例如 -

    Redirect 301 http://samajam.org/contact_us.php http://samajam.org/contact
    

    或者您可以使用CodeIgniter URL Helper 进行重定向

    【讨论】:

      【解决方案2】:

      试试

      Redirect 301 /contact_us.php http://samajam.org/contact
      

      好好享受吧,希望对你有帮助:)

      【讨论】:

      • 感谢它的工作,但现在网址就像http://samajam.org/contact?/contact_us.php 我只需要samajam.org/contact 是否可能
      • 尝试在第一个参数 (http://samajam.org/contact_us.php) 中添加域的完整限定名,但我现在手头没有 Apache 可以尝试。 (我在工作,在这里我们使用不同的技术,抱歉!)
      猜你喜欢
      • 2011-08-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-02-06
      • 1970-01-01
      • 1970-01-01
      • 2023-03-31
      相关资源
      最近更新 更多