首頁 > 後端開發 > php教程 > 有一个问题,请徐祖宁版主帮助啊

有一个问题,请徐祖宁版主帮助啊

WBOY
發布: 2016-06-23 14:01:17
原創
954 人瀏覽過

http://localhost/yy/index.php/List/index/f/1.html

url重写成

http://localhost/yy/List/index/f/1.html

一直不成功呢?
提示
Not Found

The requested URL /index.php/List/index/f/1.html was not found on this server.

RewriteEngine on 
RewriteCond $1 !^(index\.php|images|robots\.txt)  
RewriteRule ^(.*)$ /index.php/$1 [L]

环境是Apache,写在.htaccess中

我测试最简单的
RewriteRule 1.php  2.php 倒是成功的,所以不能说urlrewrite没起作用

不懂,求解。


回复讨论(解决方案)

.htaccess 放在 yy 目录中
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

原来多了斜杠

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板