- 493 名前:492 [2012/08/05(日) 22:28:47.42 ID:R26XMbHJ]
- いろいろと試してみたところ、ログイン認証以前の問題が発生している様です。
コントローラ+アクションを作成したにも関わらずブラウザにURLを指定するとInternal Server Errorが起きてます。 助けてぇええええ ★関連する各種ソース 【Config/routes.php】 Router::connect('/', array('controller' => 'tops', 'action' => 'index')); 【TopsController.php】 <?php class TopsController extends AppController { public function index() { //デフォルトレイアウト $this->layout = "ps-default"; } } ?> ★アクセスパターン@ hogehoge.com/ →正常にアクセス出来てます。 ★アクセスパターンA hogehoge.com/tops/index/ → Internal Serve Error が表示されてしまいます。
|

|