2

我的 cakephp 项目有问题。我在布局中使用了 CSS 和 js,例如使用 Html 助手。

 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。

提前致谢 。

4

1 回答 1

2

你需要在你的服务器上启用 mod_rewrite

于 2013-09-19T08:27:29.517 回答