Date: 10/10/01
- Next message: Christian Dechery: "[PHP] problem of nesting includes..."
- Previous message: Ben Holt: "Re: [PHP] Export/Import data from local PC MySQL database to remote ISP MySQL database."
- Next in thread: Eric Sammons: "[PHP] Re: Sending Files/SSL"
- Reply: Eric Sammons: "[PHP] Re: Sending Files/SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings-
I'm currently working on a PHP script which passes file data through from
the filesystem
to the webbrowser. This is used for the purpose of sending files that exist
outside the web
root.
Generally this is a simple process-- opening the file and using the
fpassthru command.
I have this working correctly. However ,the entire site is now using SSL
and the script no
longer functions. i.e.
http://www.myserver.com/sendfile.php?file=/whatever/whatever.doc
works without a problem but once the protocol changes to:
https://www.myserver.com/sendfile.php?file=/whatever/whatever.doc
it fails.
What am I missing that prevents me from allowing this script to work with
SSL?
Thanks.
Regards,
Adam Whitehead
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Christian Dechery: "[PHP] problem of nesting includes..."
- Previous message: Ben Holt: "Re: [PHP] Export/Import data from local PC MySQL database to remote ISP MySQL database."
- Next in thread: Eric Sammons: "[PHP] Re: Sending Files/SSL"
- Reply: Eric Sammons: "[PHP] Re: Sending Files/SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

