Cakephp プロジェクトで問題が発生しました。たとえば、Html ヘルパーを使用してレイアウトで css と js を使用しました。
echo $this->Html->css(array('custom/style'));
echo $this->Html->script(array('custom/jquery-1.7.1.min'));
プロジェクトで Css と js が機能せず、次のようなリダイレクト機能
$this->Html->link('test',array('controller' => 'pages','action' => 'index'))
次のようになります:- www.example.com/app/webroot/pages/index.
前もって感謝します 。