PHP problems
just installed the latest apache 1.3X, but my problems come when i try to serve a .php page. it shows text. i copied php4apache.dll to C:\apache\modules, copied php4ts.dll to win32, i set in the httpd.conf for the index to be index.php. what have i left out?
Comments
LoadModule php5_module "c:/php/php5apache.dll"
# Add to the end of the AddModule section
AddModule mod_php5.c
lemme get u the right code.
# Add to the end of the LoadModule section
LoadModule php4_module "c:/php/sapi/php4apache.dll"
# Add to the end of the AddModule section
AddModule mod_php4.c
-Q
PS. Congrats on getting it up and running.
PPS. Interesting flag...