In the former case, do you have a DirectoryIndex in your secure server?
In the latter case, I suspect that POSTed parameters may be passed, but
the library which is looking at the parameters may not see them because
of the GET parameters...

-Dan

> I've been working on this PHP driven shopping cart program called
> phpshop.  Everything works fine until I use the secure server url.  The
> urls generally look like this:
> 
> http://www.eavalon.com/shop/?page=shop/flypage&product_id=24
> 
> and the file index.phtml is served up as the default.  When I use the
> secure url, it doesn't give out index.phtml but instead gives a listing
> of the current directory.
> 
> As a temporary fix, I changed the secure url to the full path:
> 
> https://www.eavalon.com/shop/index.phtml?page=shop/flypage&product_id=24
> 
> Now what happens is no POSTed variables are being passed from script to
> script.
> 
> This problem would be due to other things but I'm checking out all
> possibilities here.  If anybody has any ideas, please let me know.
> 
> Thanks
> Joel
> 
> -----------------------------------
> Nomopoly III now open.  Join Today!
> http://www.justthefaqs.org/nomopoly/
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to