Jump to content

Problem showing pictures with php in cgi-bin


DMeerholz

Recommended Posts

Hi,

 

Does anyone know why I cant show a picture with php code that resides in my cgi-bin.

But showing image

In the php

<img src="..html/images/logo.gif">

 

But if in the html directory with plain html code

<img src="images/logo.gif">

works fine.

 

I thought maybe put the images folder in cgi-bin and

<img src="images/logo.gif">

still doesnt work...

 

I have chmod 777 both the cgi-bin and html directory and the image and its directory... still the same.

 

Where should my pics lie if I want the to be accessed with cgi code?

 

Dont worry, I will put the permissions back to something safer as soon as I sort this out... just read that 644 or 744 is good. Is that correct?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.