| 제목 | nginx 연동 질문입니다. | ||
|---|---|---|---|
| 글쓴이 | M군 | 작성시각 | 2012/09/26 15:57:35 | 
|  | |||
| nginx 연동 후 http://test.test.com/index.php 를 입력 하고 나면 Welcome to CodeIgniter!The page you are looking at is being generated dynamically by CodeIgniter. If you would like to edit this page you'll find it located at: application/views/welcome_message.phpThe corresponding controller for this page is found at: application/controllers/welcome.phpIf you are exploring CodeIgniter for the very first time, you should start by reading the User Guide. | |||
| 다음글 | 소스를 올려 달라고 하셔서 올리겠습니다 (4) | ||
| 이전글 | index.php 삭제 후 /js, /css 등 경로를... (9) | ||
| 
                                한대승(불의회상)
                                /
                                2012/09/26 16:01:45 /
                                추천
                                0
                             
                                helloworld.php 소스를 올려 주세요.
                             | 
| 
                                변종원(웅파)
                                /
                                2012/09/26 16:08:12 /
                                추천
                                0
                             
                                helloword.php 내부의 클래스명이 틀렸을 것 같네요. index()함수는 존재하는거죠?
                             | 
| 
                                M군
                                /
                                2012/09/26 16:41:26 /
                                추천
                                0
                             
                                 일단 routes.php에서 $route['default_controller'] = "welcome"; 를 $route['default_controller'] = "helloworld"; 로 바꾸면 정상으로 출력이 됩니다-_-;;; |