首页 > 作文

CodeIgniter针对lighttpd服务器URL重写的方法

更新时间:2023-04-06 09:12:28 阅读: 评论:0

本文实例讲述了codeigniter针对lighttpd服务器url重写的方法。分享给大家供大家参考。具体实现方法如下:

由于开发环境使用的是lighttpd服务器,我本机环境使用的是apache配置,导致部署到开发机后,所有的链接地址全部跳转到首页。

分析了下,index.php/controller/function ,controller没有生效,应该是路由分发的缘故。

配置lighttpd配置的url重写规则:

url.rewrite-once = ( "/(.*)\.(.*)" => "$0", "/(css|files|img|js|stats)/" => "$0", "^/([^.]+)$" => "/index.php/$1")

另附apache url重写规则:

<virtualhost *:80>   proxyprervehost on   document怎么学英语root "d:/program files/xampp/htdocs/xxx"   rvername xxx.baidu.com   directoryindex index.ph教师节讲话p   <directory "d:/program files/xampp/htdocs/xxx">    cosa等于什么公式  options indexes followsymlinks    allowoverride all    order allow,deny   汶川地震十周年 allow from all  </directory>知道周长求直径</virtualhost>

重启lighttpd服务,ok!

希望本文所述对大家基于codeigniter的php程序设计有所帮助。

本文发布于:2023-04-06 09:12:26,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/4bf26b71665a3fa0df72c79f266f179b.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:CodeIgniter针对lighttpd服务器URL重写的方法.doc

本文 PDF 下载地址:CodeIgniter针对lighttpd服务器URL重写的方法.pdf

标签:重写   的是   本文   规则
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图