View Full Version : Pics are not displaying
BlabberMouth
6-24-02, 07:15 AM
When I access pages for the first time, all pics can be seen. Next time they can't. I don't use any RewriteEngine directives in .htaccess, I use PHP and set the right pathes to the pics.
E.g. www.starsearchcasting.com/sa.html - with next reload (press Ctrl-R) the pic can't be seen.
sa.html file is:
<html>
<body>
<img src="avaria.jpg" width="100" height="50">
</body>
</html>
I think that this is a server problem. Please advise.
My site has been acting retarded ever since the server came back online yesterday. It's been various things throughout the day. Right now my images don't display, all my php doesn't work, and I can't sign onto FTP right now. Earlier it was other things. I am hoping it is something they're already working on.
BlabberMouth
6-24-02, 09:33 AM
I have 2 sites on Pulsar and Andromeda.
Both sites have troubles with pics:
e.g.
http://www.blabbermouthinternational.com/bee2.jpg
http://www.starsearchcasting.com/avaria.jpg
PHP scripts, FTP is working Ok.
Support service: please advise
This address is not working so avaria.jpg is not in the htdocs...(as stated in the address)
htdocs/avaria.jpg
therefore pointing at http://www.starsearchcasting.com/avaria.jpg
Make sure about the location of the image..e.g. the background in you frontpage is:
htdocs/ecnew/imgs/layout/splash_r1_c2.gif
therefore pointing at
http://www.starsearchcasting.com/ecnew/imgs/layout/splash_r1_c2.gif
Hope this helps
BlabberMouth
6-25-02, 12:36 AM
Thank you for consideration, nmgroup:
There are following strings at .htaccess:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_REFERER} !^http://www.starsearchcasting.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.starsearchcasting.com [NC]
RewriteRule [^/]+.(gif|jpg)$ - [F]
I'm delete these strings now, and pics are not displaying...
There are following rules (look at FAQ):
1) Make sure that the path to your image is correct. All Web content must reside within your 'htdocs' directory to be viewable via the Internet.
Ok.
2) Make sure you're using the right case (i.e., uppercase or lowercase) when accessing your files. If you’re trying to access a file located at "image/image.gif", and in fact, it is actually called "image/Image.GIF" on your Web server, then the image will not load properly.
Ok.
3) Make sure that you are uploading your images in binary mode with your FTP program.
Ok.
Support service: please advise.
alphadesk
6-25-02, 12:54 AM
Have you reuploaded your pics since all this started and made sure it was binary mode?
If you have done all of the above, email support@powweb.com They may not see this post.
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.