<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
application과 같은 레벨에 .htaccess 생성해서 작성해줌.
이때 아파치에서 AllowOverride 옵션이 켜져있어야함.
'Develop > CodeIgniter' 카테고리의 다른 글
Codeigniter + Vue (0) | 2018.03.15 |
---|---|
[CodeIgniter]index.php 없애기. (0) | 2012.08.07 |
[CodeIgniter] CI_Utf8 line:47 error (0) | 2012.05.18 |
[CodeIgniter] PHPUnit 적용 (0) | 2012.05.18 |