Notice
Recent Posts
Recent Comments
목록CodeIgniter (2)
준호씨의 블로그
Hello CodeIgniter
codeigniter hello world https://codeigniter.com/ download codeigniter unzip codeigniter php -S localhost:8080 http://localhost:8080 open welcome_message.php add "Hello World!" refresh browser
개발이야기
2017. 1. 25. 22:00
codeigniter index.php 숨기기
codeigniter 를 처음 사용 할 때 이상한 점은 index.php 가 계속 보인다는 것이다. 예를 들면 다음과 같다. http://labs.junho85.pe.kr/ci/index.php/punycode index.php 를 숨기고 다음과 같이 나타내면 좋을 텐데 말이다. http://labs.junho85.pe.kr/ci/punycode apache 설정 일단 apache 를 사용 한다면 rewrite_module 이 활성화 되어 있어야 됨. 다른 웹서버를 사용한다면 방법이 좀 달라질 수 있다. 개인적으로 로컬 개발환경에서 php 자체 웹서버를 사용하는 경우 별다른 설정이 필요 없없다. apache2 기준에서 mods-available 에 rewrite.load 파일 안에 로드 하는 내용이 있음..
개발이야기
2016. 4. 6. 00:19