Mac 에서 LAMP 개발 환경 구축

1855 단어 macgit.
OS X Mountain Lion 시스템 설정 아파 치+Mysql+PHP 자세 한 튜 토리 얼
http://www.guomii.com/posts/30136
가상 호스트 설정
박문 을 참고 하 다
http://blog.csdn.net/zm2714/article/details/8351342
mac 기본 웹 게시 디 렉 터 리
/Library/WebServer/Documents
mac apache 가상 호스트 설정 파일 주소
/private/etc/apache2/extra/httpd-vhosts.conf
mac 아래 php.ini 위치
/private/etc/php.ini,없 으 면 cp php.ini.default php.ini
     
short_open_tag = On

.htaccess 열기
http://note.rpsh.net/posts/2013/11/27/osx-10-9-apache-server-php-mysql
편집
sudo vi /etc/apache2/httpd.conf

   AllowOverride all      #

支持.htaccess
Error message “Forbidden You don't have permission to access / on this server”
해결 방안:http://stackoverflow.com/questions/10873295/error-message-forbidden-you-dont-have-permission-to-access-on-this-server
질문 받 기,Forbidden,You don't have permission to access/system/help/wxhelp on this server.
사이트 개발 에 사용 되 는 CI 프레임 워 크,디 렉 터 리 구 조 는 다음 과 같다.
project
    -Application
        --Controllers
            ---System
                 alipay.php
    -System
        .htaccess
        ..........
    .htaccess

url 접근 을 통 해 시스템 의 동작,예 를 들 어,http://ffzy.me/system/help/wx_help,위 와 같은 오 류 를 보고 할 수 있 습 니 다.나중에 시스템 에 있 는 htaccess 에 Deny from all 한 마디 가 있 습 니 다.모든 요청 을 거 절 했 습 니 다.apace 가 분석 할 때 system.htaccess 의 우선 순위 가 외부 보다 높 고 모든 사이트 에 접근 할 수 없 으 며 주석 을 달 면 됩 니 다httpd.conf
mac 버 전 sublime 3 실행 php
http://www.sharkli.com/post/2014/2014-03-14-zai-sublime-text3zhong-yun-xing-php

좋은 웹페이지 즐겨찾기