CAKEPHP - Change default path to webroot

后端 未结 2 1190
孤城傲影
孤城傲影 2021-01-06 08:11

I\'m new to cakephp and I\'m having some problems with setting up a local development server. I have my cake install located at http://localhost/dropbox/my_site/. However,

2条回答
  •  长发绾君心
    2021-01-06 08:48

    This likely doesn't have so much to do with CakePHP as it does with your web server.

    If dropbox is your document root, it should be mapped accordingly in your web server configuration. For example using DocumentRoot in Apache.

提交回复
热议问题