码迷,mamicode.com
首页 > Web开发 > 详细

Not Found The requested url path was not fund on this server

时间:2015-09-16 01:04:28      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:rewrite   php   not found   

技术分享


解决1: .htaccess

<IfModule rewrite_module>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

本文出自 “触手可及” 博客,请务必保留此出处http://liuyongjack.blog.51cto.com/7959010/1695126

Not Found The requested url path was not fund on this server

标签:rewrite   php   not found   

原文地址:http://liuyongjack.blog.51cto.com/7959010/1695126

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!