Re: [PHP] Concerning SSL

2007-01-02 Thread Jochem Maas
R. Van Tassel wrote:
 Hello everyone, I hope you all had a great new year.
 
 I'm having an issue with a website where changing the URL from http:// to
 https:// makes the images disappear. The images are all relative and not
 absolute.
 
 How can I fix this?

correct the image URLs? clear your cache?

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.

 
 Thanks,
 -Roy
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Concerning SSL

2007-01-02 Thread R. Van Tassel
How do you correct the image URLs? That's what I'm asking.

I have a website that is secure. When you change the URL from
http://www.mywebsite.com
to
https://www.mywebsite.com

the images disappear.

The images are codes as relative links:

http://www.mywebsite.com/images/myimage.jpg

is coded as img src=images/myimage.jpg / if a root file

is coded as img src=../images/myimage.jpg / if in a directory



-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 11:27 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
 Hello everyone, I hope you all had a great new year.
 
 I'm having an issue with a website where changing the URL from http:// to
 https:// makes the images disappear. The images are all relative and not
 absolute.
 
 How can I fix this?

correct the image URLs? clear your cache?

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.

 
 Thanks,
 -Roy
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Concerning SSL

2007-01-02 Thread Jochem Maas
R. Van Tassel wrote:
 How do you correct the image URLs? That's what I'm asking.

how I am supposed to know how to correct your URLs without being able to
see your code or the source of your pages???

PS - you domain name is not mywebsite.com AFAICT

 
 I have a website that is secure. When you change the URL from
 http://www.mywebsite.com
 to
 https://www.mywebsite.com
 
 the images disappear.
 
 The images are codes as relative links:
 
 http://www.mywebsite.com/images/myimage.jpg
 
 is coded as img src=images/myimage.jpg / if a root file
 
 is coded as img src=../images/myimage.jpg / if in a directory
 
 
 
 -Original Message-
 From: Jochem Maas [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 02, 2007 11:27 AM
 To: R. Van Tassel
 Cc: php-general@lists.php.net
 Subject: Re: [PHP] Concerning SSL
 
 R. Van Tassel wrote:
 Hello everyone, I hope you all had a great new year.

 I'm having an issue with a website where changing the URL from http:// to
 https:// makes the images disappear. The images are all relative and not
 absolute.

 How can I fix this?
 
 correct the image URLs? clear your cache?
 
 we gave up mind-reading on the list last year, please provide us with
 some actual info otherwise we can't help you.
 
 Thanks,
 -Roy

 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Concerning SSL

2007-01-02 Thread Stut

Jochem Maas wrote:

R. Van Tassel wrote:
  

How do you correct the image URLs? That's what I'm asking.



how I am supposed to know how to correct your URLs without being able to
see your code or the source of your pages???

PS - you domain name is not mywebsite.com AFAICT


Or, to put it another way, give us the real URL to your site and we may 
be able to help.


-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Concerning SSL

2007-01-02 Thread R. Van Tassel
Thanks.

http://www.loudmerch.com/clientservices/
user: php
pass: list


-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 11:52 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
 How do you correct the image URLs? That's what I'm asking.

how I am supposed to know how to correct your URLs without being able to
see your code or the source of your pages???

PS - you domain name is not mywebsite.com AFAICT

 
 I have a website that is secure. When you change the URL from
 http://www.mywebsite.com
 to
 https://www.mywebsite.com
 
 the images disappear.
 
 The images are codes as relative links:
 
 http://www.mywebsite.com/images/myimage.jpg
 
 is coded as img src=images/myimage.jpg / if a root file
 
 is coded as img src=../images/myimage.jpg / if in a directory
 
 
 
 -Original Message-
 From: Jochem Maas [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 02, 2007 11:27 AM
 To: R. Van Tassel
 Cc: php-general@lists.php.net
 Subject: Re: [PHP] Concerning SSL
 
 R. Van Tassel wrote:
 Hello everyone, I hope you all had a great new year.

 I'm having an issue with a website where changing the URL from http:// to
 https:// makes the images disappear. The images are all relative and not
 absolute.

 How can I fix this?
 
 correct the image URLs? clear your cache?
 
 we gave up mind-reading on the list last year, please provide us with
 some actual info otherwise we can't help you.
 
 Thanks,
 -Roy

 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Concerning SSL

2007-01-02 Thread tedd

At 5:27 PM +0100 1/2/07, Jochem Maas wrote:

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.


I was wondering why I didn't know that.  :-)

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Concerning SSL

2007-01-02 Thread Björn Bartels
Am $date schrieb $from:

Thanks.

http://www.loudmerch.com/clientservices/
user: php
pass: list


-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 11:52 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
How do you correct the image URLs? That's what I'm asking.

how I am supposed to know how to correct your URLs without being able
to
see your code or the source of your pages???

PS - you domain name is not mywebsite.com AFAICT


I have a website that is secure. When you change the URL from
http://www.mywebsite.com
to
https://www.mywebsite.com

the images disappear.

The images are codes as relative links:

http://www.mywebsite.com/images/myimage.jpg

is coded as img src=images/myimage.jpg / if a root file

is coded as img src=../images/myimage.jpg / if in a directory



-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 11:27 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
Hello everyone, I hope you all had a great new year.

I'm having an issue with a website where changing the URL from
http:// to
https:// makes the images disappear. The images are all relative and
not
absolute.

How can I fix this?

correct the image URLs? clear your cache?

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.

Thanks,
-Roy



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Björn Bartels
-Development/IT-Services-

--
dbusiness.de gmbh
digital business  printing gmbh

Greifswalder Str. 152
D-10409 Berlin

Fon: [0.30] 4.21.19.95
Fax: [0.30] 4.21.19.74

www.dbusiness.de
[EMAIL PROTECTED]
ftp://dbusiness.dyndns.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Concerning SSL

2007-01-02 Thread Björn Bartels
sorry,

just wanted so say:


...seems to work (I can see images) so which images do disappear?

bb

Am $date schrieb $from:

Thanks.

http://www.loudmerch.com/clientservices/
user: php
pass: list


-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 11:52 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
How do you correct the image URLs? That's what I'm asking.

how I am supposed to know how to correct your URLs without being able
to
see your code or the source of your pages???

PS - you domain name is not mywebsite.com AFAICT


I have a website that is secure. When you change the URL from
http://www.mywebsite.com
to
https://www.mywebsite.com

the images disappear.

The images are codes as relative links:

http://www.mywebsite.com/images/myimage.jpg

is coded as img src=images/myimage.jpg / if a root file

is coded as img src=../images/myimage.jpg / if in a directory



-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 11:27 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
Hello everyone, I hope you all had a great new year.

I'm having an issue with a website where changing the URL from
http:// to
https:// makes the images disappear. The images are all relative and
not
absolute.

How can I fix this?

correct the image URLs? clear your cache?

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.

Thanks,
-Roy



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Björn Bartels
-Development/IT-Services-

--
dbusiness.de gmbh
digital business  printing gmbh

Greifswalder Str. 152
D-10409 Berlin

Fon: [0.30] 4.21.19.95
Fax: [0.30] 4.21.19.74

www.dbusiness.de
[EMAIL PROTECTED]
ftp://dbusiness.dyndns.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Concerning SSL

2007-01-02 Thread Jochem Maas
tedd wrote:
 At 5:27 PM +0100 1/2/07, Jochem Maas wrote:
 we gave up mind-reading on the list last year, please provide us with
 some actual info otherwise we can't help you.
 
 I was wondering why I didn't know that.  :-)

our mind-reading modules were switched off remotely via the
subconscious ghost-channel uplink on 31/12 24:00 UTC

... but you didn't hear it from me :-

 
 tedd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Concerning SSL

2007-01-02 Thread Peter Lauri
Make the src ABSOULUTE and it will work. When you are using relative links
as you are right now the web server will look in the
https://www.mywebsite.com/images

Best regards,
Peter Lauri

www.dwsasia.com  - company web site
www.lauri.se  - personal web site
www.carbonfree.org.uk  - become Carbon Free


-Original Message-
From: R. Van Tassel [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 6:33 PM
To: php-general@lists.php.net
Subject: RE: [PHP] Concerning SSL

How do you correct the image URLs? That's what I'm asking.

I have a website that is secure. When you change the URL from
http://www.mywebsite.com
to
https://www.mywebsite.com

the images disappear.

The images are codes as relative links:

http://www.mywebsite.com/images/myimage.jpg

is coded as img src=images/myimage.jpg / if a root file

is coded as img src=../images/myimage.jpg / if in a directory



-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 11:27 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL

R. Van Tassel wrote:
 Hello everyone, I hope you all had a great new year.
 
 I'm having an issue with a website where changing the URL from http:// to
 https:// makes the images disappear. The images are all relative and not
 absolute.
 
 How can I fix this?

correct the image URLs? clear your cache?

we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.

 
 Thanks,
 -Roy
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Concerning SSL

2007-01-02 Thread Richard Lynch
On Tue, January 2, 2007 10:19 am, R. Van Tassel wrote:
 I'm having an issue with a website where changing the URL from http://
 to
 https:// makes the images disappear. The images are all relative and
 not
 absolute.

 How can I fix this?

Right-click on the image and see what its properties or location is.

See what you're trying to use as an image URL.

Then figure out why that URL doesn't work.

You may also get useful info if you try to surf to that image direct
with view image from the right-click.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php