cakephp inside a subdirectory

前端 未结 3 510
刺人心
刺人心 2021-01-27 08:38

I have a problem with cakephp, I can\'t find a way to get cakephp working in a subdirectory. I have a webpage that resides at www.example.com and I want to have cak

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-27 09:24

    I'm not familiar with Cake, but it is almost certainly some sort of path issue. Verify that the path to your stylesheets is accurate.

    I know that some frameworks will use a base_url() function(or something similarly named) that returns a config value, you should check your config to ensure that the base URL is set properly.

提交回复
热议问题