> php教程 > php手册 > 본문

为什么我的URL重写不成功呢,求大神帮助

WBOY
풀어 주다: 2016-06-07 11:41:37
원래의
1422명이 탐색했습니다.

按理说,配置完以下四步可完成
1、httpd.conf配置文件中加载了mod_rewrite.so模块
2、AllowOverride None 将None改为 All
3、确保URL_MODEL设置为2
4、把下面的内容保存为.htaccess文件放到入口文件的同级目录下
这是我的 httpd.conf 配置
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule sed_module modules/mod_sed.so


AllowOverride All
Require all denied


这是 httpd-xampp.conf 配置
Alias /xn "E:/WEB/xn/"

Options Indexes FollowSymLinks Includes ExecCGI
#Options None
AllowOverride All
Require all granted


项目入口
为什么我的URL重写不成功呢,求大神帮助

以下是.htaccess文件内容

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


我的config.php
为什么我的URL重写不成功呢,求大神帮助

当我用URL访问的时候
http://127.0.0.1/xn/Admin/Public/login

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

127.0.0.1
Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.1

求大神帮看看我还少了什么,

AD:真正免费,域名+虚机+企业邮箱=0元

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 추천
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿