doug007 Posted April 6, 2009 Share Posted April 6, 2009 Hi Guys, I am new to cakephp and have spend hours reading up on it trying to get something done at no joy. Of what appears relatively simple is actually proving complex. I have cakephp installed on a directory serving a website. now all i want to do is add another folder lets say "test" and serve a new web site from there. so when you type www.example.com/test it serves the new site in depended from the existing one. But I'm having no joy in accomplishing this. Any help would really be much appreciated. Cheers Quote Link to comment https://forums.phpfreaks.com/topic/152765-help-with-cakephp/ Share on other sites More sharing options...
fabrydesign Posted April 6, 2009 Share Posted April 6, 2009 As far as I know, all you can do is put a second installation of CakePHP in the new folder if you want an independent site. Quote Link to comment https://forums.phpfreaks.com/topic/152765-help-with-cakephp/#findComment-802998 Share on other sites More sharing options...
jcombs_31 Posted April 16, 2009 Share Posted April 16, 2009 What you are trying doesn't make much sense. Why bother with a framework if you don't want to utlize the MVC? Cake will write urls based on your application. You may be able to play around with app>config>routes, but by what you are trying will tell cake to look for the test controller which doesn't exist. Quote Link to comment https://forums.phpfreaks.com/topic/152765-help-with-cakephp/#findComment-811773 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.