Cakephpのurl内のindex.php1

type Post in CakePHP, PHP
0

適当にチュートリアルをやると

http://TEST.COM/posts/add

とかいうURLが

http://TEST.COM/index.php/posts/add

トいう感じに
/index.php/が必要になる。

mod_rewriteを使っていないとこの/index.php/が出てくるらしい。

core.php

« Prev: :Next »

Leave a Reply