How To Enable / Use .htaccess / Nice permalinks in Apache Web Server on Windows 를 활성화하는 방법 /을 사용합니다. htaccess / 니스 아파치 웹 서버에서 permalinks windows
.htaccess is a web server directive file populalrly used in Apache Web Server in Linux / Unix environment. . htaccess 지시문은 웹 서버에 사용되는 아파치 웹 서버에 파일을 populalrly 리눅스 / 유닉스 환경을합니다. In windows environment there is a simple way to enable and use .htaccess. 윈도우즈 환경에서하고 사용하는가하는 간단한 방법을 사용합니다. htaccess합니다. Additionally it allows you to create nice permalinks for software like WordPress or phpBB. 또한 permalinks위한 좋은 소프트웨어를 만들 수있습니다 wordpress 또는 phpbb처럼합니다.
To use .htaccess you need to enable mod_rewrite. 을 사용합니다. htaccess mod_rewrite을 활성화해야합니다. Even with that I didn’t have much success when I separately installed apache web server and php. 이별로 없었의 성공에도 불구하고 그 때 나는 아파치 웹 서버를 별도로 설치 및 php합니다. However if you install XAMPP it is a piece of cake. 그러나 부전승를 설치하는 경우는 식은 죽 먹기.
XAMPP automatically installs Apache web server, MySQL database, PHP and a lot of other goodies. 부전승가 자동으로 설치 아파치 웹 서버, mysql 데이터베이스, php 그리고 많은 다른 쓸만한합니다. It does not however come with mod_rewrite enabled. 그러나 mod_rewrite 활성화와 함께하지 않습니다. Let us assume you installed XAMPP in %XAMPP% directory. 부전승 보자 % 부전승 % 디렉터리를 설치한 추측합니다. Then you should open %XAMPP%\apache\conf\httpd.conf in notepad and search for mod_rewrite. 그렇다면가 열립니다 % 부전승 % \ 아파치 \ 구성 \ httpd.conf 메모장 및 검색을 mod_rewrite합니다. You will find a line like: 당신 같은 줄을 발견할 것이다 :
#LoadModule rewrite_module modules/mod_rewrite.so # / LoadModule rewrite_module 모듈 / mod_rewrite.so
Remove the # from the beginning. 을 제거합니다 #부터 시작합니다. It will now look: 이 자 :
LoadModule rewrite_module modules/mod_rewrite.so / LoadModule rewrite_module 모듈 / mod_rewrite.so
Restart the Apache web server through XAMPP control panel. 부전승 제어판을 통해 아파치 웹 서버를 다시 시작합니다. You are done! 당신이 끝났어!
Filed under 밑에 CMS Software cms 소프트웨어를 , Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Microsoft microsoft , Open Source Software 오픈 소스 소프트웨어 , Pro Blogging 직업적인 블로깅 , Tech Note 기술 참고 사항 , Technology 기술 , Web 웹 , Web Hosting 웹 호스팅 , Web Services 웹 서비스 , Windows windows | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |





October 30th, 2006 at 2:52 am 2006년 10월 30일에서 오전 2시 52분
[...] XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). [...]있는 XDForum (예 : 아나콘다 포럼)가 완벽하게 작동하는 좋은 기본적인 공개 토론 소프트웨어는 wordpress 블로그 (다운로드의 무료 테마와 플러그인). Unfortunately it works out-of-the-box with default permalinks only. 불행히도 작동 - 아웃 -이 - 박스를 기본 permalinks 만합니다. Most site today use nice permalinks. 오늘날 대부분의 사이트 좋은 permalinks를 사용합니다. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more). 이 미니 - 자습서는 가르쳐있는 XDForum와 니스를 사용하는 방법에 permalinks (를 활성화하는 방법, 팁 등). [...]
April 15th, 2007 at 8:31 am 년 4 월 15 일 오전 8시 31분
Wanted to test some 원하는 일부를 테스트 htaccess tips htaccess 팁 (they’re fine) and had exactly that problem on my machine with XAMPP–thank you! (그들은 무사)와이 내 컴퓨터에 문제가있는 경우 정확히이 부전승 - 감사합니다!
August 4th, 2007 at 1:46 pm 2007년 8월 4일에서 오후 1시 46분
Thanks a lot for the tip. 감사의 끝.
November 26th, 2007 at 8:21 am 2007년 11월 26일에서 오전 8시 21분
Thanks, I was just reinstall my PC and try to deploy some of the application for my linux box to windows and found that it not working correctly. 감사합니다, 단지 내 컴퓨터를 다시 설치를 배포하고 다시 내의 일부 응용 프로그램을 윈도우와 리눅스 상자가 올바르게 작동하지 않는 것으로 나타났습니다. It thought that XAMPP will be in the same configuration for both boxes. 부전승이 될 수있을 생각에 둘 다 상자에서 동일한 구성을위한합니다. Turn on mod_rewrite make everything back on track. 모든 궤도에 mod_rewrite을 켜십시오.