Cpanel 中的 Router 类问题 - Cakephp
在 Cpanel 中安装 cakephp 时,我遇到了 Router 类的问题。
在任何视图中我都写: $this->Html->link('Google','/users/add'); 但显示谷歌但网址是: http://{ip server}/cgi-sys/php4/users/add
我找不到错误。
cakephp的版本是1.3.6,我刚刚下载的。
可以帮助我的人。谢谢。
I have a problem with a class Router when install cakephp in Cpanel.
In any view i write:
$this->Html->link('Google','/users/add');
but show Google but the url is:
http://{ip server}/cgi-sys/php4/users/add
I cant find the error.
The version of cakephp is 1.3.6 and I just downloaded it.
someone who can help me. Thanks.
检查mod重写(php.ini)是否启用!
Check if the mod rewrite (php.ini) is enabled!