1. setting 삽질했던 부분..;; 서버에 어떤 부분을 어떻게 올려야할지 몰라서 완전 헤맴... 일단 dothome에서 무료서버를 이용했음. html 카테고리안에 ci에서 다운받은(3.6version) 폴더 및 파일 중 application, system, index.php만 넣어준다. 그러고 메인화면가면 코드이그나이터 설치된걸 알 수 있음. 2. 내 홈피주소 뒤에 붙는 index.php 이걸 지우고 싶을 때! 내가 사용한 방법은 구글링해서 보니까 index.php 와 같은 디렉토리안에 .htaccess 파일을 만들어준다. RewriteEngine On RewriteBase / RewriteCond $1 !^(index\.php|images|asset) RewriteCond %[REQUEST_FIL..