On Sat, 21 Apr 2001, JRicker wrote:

> 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.

I'm guessing that index.phtml is not include in your DirectoryIndex
directive for your SSL vhost, but is for your non-SSL vhost?

See http://httpd.apache.org/docs/mod/mod_dir.html#directoryindex

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to