It's not really a CakePHP problem, but your webserver configuration and/or dns.
Configuration depends on type of your hosting (shared vs. private/ VPS). On shared hosting you should be able to point subdomain to different directory than your main cakephp app. Most shared hosting providres have FAQ or help, so you should check them how to do it. On VPS you should know how to configure Virtual Hosts (it depends on webserver you're using), so I'm guessing that you don't have one... On Apache you can copy paste your mywebsite.com config above and change server name to myapp.mywebsite.com and change the directory it is pointing to. On Nov 9, 3:43 am, dkr <[email protected]> wrote: > Hello All, > > I have a website developed in cakephp, now I want to create a sub-domain > under it and install a custom made application which does not uses Cakephp, > say mywebsite.com is developed in cakephp and myapp is custom made php > application, so how to change cakephp so that it can run under > myapp.mywebsite.com > > Please help me out. > > Thank you > DKR > -- > View this message in > context:http://cakephp.1045679.n5.nabble.com/How-to-install-custom-applicatio... > Sent from the CakePHP mailing list archive at Nabble.com. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
