我对 CakePHP (1.3) 项目有疑问,我需要在其他项目的同一域/托管中创建项目,如下所示:
app
cake
plugins
templates
vendors
ADMINONE (Cake project files here)
ADMINTWO (another Cake project files here)
.htaccess
index.php
README
问题是,当我将 CakePHP 代码放入其中ADMINONE
或ADMINTWO
创建其他蛋糕项目时,如果我放入 url http://domain.com/ADMINONE/
,则 URL 将重定向到http://domain.com
或者蛋糕读取/ADMINONE
为控制器名称。
如何将此 URL 重定向到忽略主目录 cake 重定向的目录?