Re: [PHP] Apache alias to a specific .htm file

2001-08-17 Thread Jeffrey A Schoolcraft

if you have DirectoryIndex support you can specify what file it will use
as an index page.

for most unix type os's this seems to be index.php[ 3] index.htm[ l]
for IIS it's default.asp or something

Jeff

> In an ideal world I would like to be able to type http://localhost into
> my browser and for Apache server to throw up a specific .htm file on my

> to get to this .htm file. How can I setup Apache to automatically 'pick
> up' a set .htm file (ie, http://localhost equals "P:/My
> Projects/Storyboard/ife/index.htm").

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Sessions and SSL

2001-02-07 Thread Jeffrey A Schoolcraft

I'm wondering if it's possible to somehow transfer session data across apache
virtual hosts.  Or if it's needed.  I'd like to have a site that can pass
certain session data from http: to https:  Is this possible?  I'd like to do
this without cookies or ugly urls.  I compiled php4.0.4 with transid (or
whatever made transparent session data).

Thanks.

Jeffrey Schoolcraft

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]