HAMAGUCHI Seiji
makot****@dive-*****
2011年 5月 18日 (水) 19:05:16 JST
お世話になっております。濱口@スマイルロジックです。
>> Webサーバ: nginx
>> PHP: PHP5-fpm
>
> 通常のnginxの設定(server内)に、
>
> location / {
> index index.php index.html index.htm;
> error_page 404 = @ci;
> log_not_found off;
> }
> location @ci {
> rewrite ^(.*)$ /index.php?$1 last;
> }
>
> を追加でOKかと思います。
設定して、デーモンをリスタートしたのですが、動きませんでした。
http://hoge.com/index.php/hello
残りは、$config['uri_protocol'] の Auto 以外ですかね。
奥が深いな。
--
Makoto / HAMAGUCHI Seiji
makot****@dive-*****
http://smilelogic.jp/makoto/
http://twitter.com/mako10z/