摘要: "ThinkPHP去除url中的index.php" 看到ThinkPHP路径中没有index.php会很诧异,怎么实现的?其实很简单,使用了apache的url重写功能。 ThinPHP URL去index.php 例如你的原路径是http://localhost/app/index.php/mo 阅读全文
posted @ 2017-08-01 20:44 CooMark 阅读(153) 评论(0) 推荐(0)
摘要: 利用phpstudy配置虚拟主机 注意是public目录 url 重写 但入口文件访问时url总需要带上 ,实际使用中可以使用apace的url重写模块完成自动加入 。这个需要public下面的 文件。如果碰到 可能需要修改下这个文件: 在默认情况下会导致No input file specifie 阅读全文
posted @ 2017-08-01 08:44 CooMark 阅读(2101) 评论(0) 推荐(0)