dougou8552 2014-08-23 09:28
浏览 28
已采纳

如何使用www.nomsite.com配置resources.frontController.baseUrl?

i need to configure out the resources.frontController.baseUrl with www.nomsite.com in zend framework. i'm working with version 1.11 and i did this in the application.ini:

resources.frontController.baseUrl = "http://nomsite.com"

this works fine , but if i access to the website with the www.nomsite.com i get "404. That’s an error.The requested URL / was not found on this server. That’s all we know."

plz how to add the "www" ?? plz i need help ...

  • 写回答

1条回答 默认 最新

  • dongxiao_0528 2014-08-23 13:08
    关注

    Sounds like you are getting the web server (Apache, nginx, etc) "404 Not Found" message rather than the ZF in-appplication message. That means that the request is never getting to your app, which means the issue exists higher up in the stack, at the web-server level.

    Typically this is because the web-server has mapped requests for that domain to some path, but your ZF app needs that path to be the path for your application's ./public/ directory.

    If you have control of the web-server mapping, then change it point to your app's ./public/ directory. If not - as is the case in most shared hosting environments - then move your application and/or rename the ./public/' directory to match the web-server's expectations.

    In the case of shared hosting, there are usually some other mapping tweaks you need to make.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 前端echarts坐标轴问题
  • ¥15 CMFCPropertyPage
  • ¥15 ad5933的I2C
  • ¥15 请问RTX4060的笔记本电脑可以训练yolov5模型吗?
  • ¥15 数学建模求思路及代码
  • ¥50 silvaco GaN HEMT有栅极场板的击穿电压仿真问题
  • ¥15 谁会P4语言啊,我想请教一下
  • ¥15 这个怎么改成直流激励源给加热电阻提供5a电流呀
  • ¥50 求解vmware的网络模式问题 别拿AI回答
  • ¥24 EFS加密后,在同一台电脑解密出错,证书界面找不到对应指纹的证书,未备份证书,求在原电脑解密的方法,可行即采纳