문제

Dear Friends from Stackoverflow,

Please help me with a problem that i'm having when uploading my project to the server.

I'm using pop up's balloons (http://mckay.cshl.edu/balloons.html) for a project using Zend FW and it works fine on my localhost. (I'm using MAMP on MacOSX) but when I upload the webpage to the server, the text inside the balloons is displayed but the images that form the balloon are not, so somehow the js does not recognize the url to the images (the path it's correct, i've checked several times).

The server is an Ubuntu 9.04 virtual machine from rackspace.com, running a LAMP server.

I'm using the REWRITE function in Apache, so i guess maybe that's the problem. The rewrite configuration is set up using a .htaccess file with the following content:

SetEnv APPLICATION_ENV development

Options +FollowSymlinks

RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

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

Does anyone knows what the problem might be?

Best Regards,

도움이 되었습니까?

해결책

Have you check the file permissions for the images? maybe they are set incorrectly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top