【问题标题】:Zend + Pop Up's balloons on Server ProblemZend + Pop Up 关于服务器问题的气球
【发布时间】:2011-02-06 20:23:12
【问题描述】:

来自 Stackoverflow 的亲爱的朋友们,

请帮我解决我在上传项目时遇到的问题 服务器。

我在使用 Zend FW 的项目中使用弹出的气球 (http://mckay.cshl.edu/balloons.html),它在我的本地主机上运行良好。 (我在 MacOSX 上使用 MAMP)但是当我将网页上传到服务器时,会显示气球内的文本,但不会显示形成气球的图像,因此 js 不知何故无法识别图像的 url(路径是正确的,我检查了几次)。

服务器是来自 rackspace.com 的 Ubuntu 9.04 虚拟机,运行 LAMP 服务器。

我在 Apache 中使用 REWRITE 函数,所以我想这可能是问题所在。 使用具有以下内容的 .htaccess 文件设置重写配置:

SetEnv APPLICATION_ENV 开发

选项 +FollowSymlinks

重写引擎开启 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule !.(js|ico|txt|gif|jpg|png|css|html)$ index.php

有谁知道问题可能是什么?

最好的问候,

【问题讨论】:

    标签: zend-framework mod-rewrite balloon popup-balloons


    【解决方案1】:

    您是否检查了图像的文件权限?可能它们设置不正确。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-02-05
      • 1970-01-01
      • 2020-06-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多