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 用twincat控制!
  • ¥15 请问一下这个运行结果是怎么来的
  • ¥15 单通道放大电路的工作原理
  • ¥30 YOLO检测微调结果p为1
  • ¥20 求快手直播间榜单匿名采集ID用户名简单能学会的
  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决