.htaccess使浏览器打不开解决思路

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

.htaccess使浏览器打不开
一页面很正常,可是当我在根目录下放入.htaccess,该页面再也打不开了,
.htaccess的内容:
# Helicon ISAPI_Rewrite configuration file# Version 3.1.0.66 
RewriteEngine On
RewriteRule ^index.html$ index.php
RewriteRule ^index_ok.html$ index_ok.php:
页面显示:


Internal Server Error


The server encountered an internal error or misconfiguration and was unableto complete your request.
Please contact the server administrator, gg@tom.com and inform them of thetime the error occurred, and anything you might have done that may have causedthe error.
More information about this error may be available in the server errorlog. 


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