php-install Digest 5 May 2002 16:39:08 -0000 Issue 820

Topics (messages 6848 through 6849):

Re: Form parameters not accessible
        6848 by: hyper

Re: PHP install on Apache win XP
        6849 by: Marcel Besancon

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
[ php.ini ]
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On

h y p e r


--- End Message ---
--- Begin Message ---
Hallo Mark,

    have you configured youre Apache ???

What about the alias for the php-interpreter?
(    ScriptAlias /php4/ "C:/php/"   )

What about the extension-handling? Have you told youre apache how to work
with php-files?
(     AddType application/x-httpd-php .phtml .php  )

Just search for place to insert more extensions in your httpd.conf. Then php
should work fine. On my machine it does.

Sincerely, Marcel


--- End Message ---

Reply via email to