Hi,

I haven't followed this thread, but just now came across it and wanted
to mention my setup which works very well for the use of PHP with
Xitami.

Xitami installed in c:\xitami
PHP installed in c:\php

In the default.cfg file in the \xitami folder, there is a section on
[server] which tells xitami which pages to serve ... it reads here:

[Server]
    Default1=index.php3
    Default2=index.php
    Default3=index.phtml
    Default4=index.html

The various "domains" I have defined as "virutal hosts" and for each
one there is a cfg file such as "domain01.cfg". In that cfg file there
are these sections which may be relevant::

[Filter]
    .php=c:\php\php.exe
    .php3=c:\php\php.exe
    .phtml=c:\php\php.exe

[Mime]
    Php=application/x-httpd-php3
    Php3=application/x-httpd-php3
    Phtml=application/x-httpd-php3

[Accesslog]
    Filename=domain01.log

[Security]
    Admin=0
    Filename=domain01.aut

[Server]
    Default1=index.php3
    Default2=index.php
    Default3=index.html
    Cgi-bin=cgi-bin
    Webpages=c:\websites\domain01.de

Actually, you can run the Xitami administration from within your
browser and set up virtual hosts and enter these different variables in
these sections via the browser as well ....following step by step
through the different administrative sections.

Hope this helps a bit ...


God bless you with His grace and peace 
Wolfgang Schneider

Looking for Biblical information? COME AND SEE! Check it out NOW!
-- BibelCenter: http://www.bibelcenter.de 
-- Bookstore: http://www.worthy.net/BibelCenter/ - "Great offers! Check it out!"
-- Christian eBooks: http://www.christian-ebooks.de




-- 
PHP Windows 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]

Reply via email to