hi
did you set up config files?

http.conf:

<IfModule mod_dir.c>
    DirectoryIndex index.php index.php3 index.html
</IfModule>
-----
    ScriptAlias /php/ "c:/php/"

    <Directory "c:/php">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
------
    AddType application/x-httpd-php .php .php3
    AddType application/x-httpd-php-source .phps

    Action application/x-httpd-php "/php/php.exe"
--------



Alain Samoun <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Windows 9x (95/98 and ME) does not know the fonction "localhost"
> > You sould use Win NT/2K
> Where did you hear that? localhost or http://127.0.0.1/ are perfectly
> allright in win9x...
> His problem is probably where he puts his test file (c:\apache\htdocs
instead of
> c:\php) or/and the config of Apache.
> Alain Samoun
>
>
> > "Chris Scott" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Hello Everyone
> > >
> > > I have installed php on my win98 computer with Apache.  The php files
are
> > in
> > > c:\php directory.  I put a test script in the Apache htdocs directory
and
> > > ran the script but all I getting is the raw text of the script file.
Php
> > > does not appear to be processing file(http://localhost/test.php) and
no
> > > errors appear.   Can anyone tell what I'm doing incorrectly?
> > >
> > > Chris Scott
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> > --
> > 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]



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