500异常,本人新手,安装了wamp,报错啊

WBOY
풀어 주다: 2016-06-13 12:38:13
원래의
1174명이 탐색했습니다.

500错误,本人新手,安装了wamp,报错啊。
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

http://localhost:8080/11in1/1.php
访问根下面的文件是可以的
http://localhost:8080/1.php

------解决方案--------------------
打开 php 的错误显示功能
------解决方案--------------------
搜索你安装的目录 php.ini

用记事本打开

查找 display_errors 
修改成
display_errors =on

搜索
error_reporting = E_ALL & ~E_NOTICE
或者搜索:
error_reporting = E_ALL & ~E_DEPRECATED

修改为
error_reporting = E_ALL

保存,重启apache
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!