0

我对 CakePHP (1.3) 项目有疑问,我需要在其他项目的同一域/托管中创建项目,如下所示:

app
cake
plugins
templates
vendors
ADMINONE (Cake project files here)
ADMINTWO (another Cake project files here)
.htaccess
index.php
README

问题是,当我将 CakePHP 代码放入其中ADMINONEADMINTWO创建其他蛋糕项目时,如果我放入 url http://domain.com/ADMINONE/,则 URL 将重定向到http://domain.com或者蛋糕读取/ADMINONE为控制器名称。

如何将此 URL 重定向到忽略主目录 cake 重定向的目录?

4

1 回答 1

0

不要忘记在 webroot 文件夹中更改 index.php。如果需要,您可以在那里设置 APP_DIR 和 ROOT。

于 2013-01-11T15:42:18.783 回答