제목 | 인스톨 후에 링크들이 클릭해도 바뀌지가 않네요 | ||
---|---|---|---|
글쓴이 | P | 작성시각 | 2012/03/14 07:50:08 |
|
|||
안녕하세요.. 코드이그나이터를 여기다 인스톨 했는데 http://korean.losangelesimmigration.com/ install.txt 대로 다 설정 바꾸고 해서 이제 사이트가 떴어요 위의 주소로. 근데 링크를 눌러도 페이지가 바뀌질 않네요... 음 뭐가 문제인지... 누가좀 봐주시면 좋겠습니다. ^^ 여기 htaccess 코드 입니다. 감솨~ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # RewriteCond %{HTTP_HOST} ^korean.losangelesimmigration.com/ [NC] # RewriteRule ^(.*)$ http://korean.losangelesimmigration.com/$1 [L,R=301] RewriteCond $1 !^(index\.php|images|captcha|data|include|trac|MyAdmin|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_URI} !^/captcha/(.*)$ #RewriteCond %{REQUEST_URI} !^/images/(.*)$ #RewriteCond %{REQUEST_URI} !^/data/(.*)$ #RewriteCond %{REQUEST_URI} !^/kr/forum/include/(.*)$ #RewriteCond %{REQUEST_URI} !^/trac/(.*)$ RewriteRule ^(.*)$ /index.php?/$1 [L] </IfModule> |
|||
다음글 | codeigniter 는 DB Pool 같은게 없는 건... (11) | ||
이전글 | [초보]between 사용하는법 좀알려주세요 ㅜㅜ (2) | ||
양승현
/
2012/03/14 11:23:49 /
추천
0
htaccess코드는 문제가 없어 보이는데 이상하네요..^^;
|
P
/
2012/03/14 11:32:02 /
추천
0
htaccess 에 맨밑에 /index.php?/$1 [L] 이 부분을 최근에 고쳤거든여... 물음표 (?) 를 index.php 끝에 넣었어여 따른 글들읽고여...
물음표 뭍이기 전에는 제 인스톨된 싸이트에서 아무 링크 누르면 "error no input file specified" 라고 나왔었어여... 물음표 붙인후에는 현제같이 링크들 누르면 아무겉도 안바뀌고여... ㅜㅜ |
P
/
2012/03/15 11:48:27 /
추천
0
http://www.terencechang.com/2008/08/28/codeigniter-no-input-file-specified-php-5-apache-2/
이싸이트에서 하란데로 config.php 에서 PATH_INFO 를 AUTO 로 바꾸봤더니 이제 링크를 누르면 에러들이 나오네요. http://korean.losangelesimmigration.com/tip/lists/page/1 도데체 어떻게 해야 되는지... 누구 아시면 좀 리플좀 해주세요.. ^^ |