![]() |
|
|
+ Search |
![]()
|
Aug 12th, 1999 01:48
Nathan Wallace, Teodor Cimpoesu
well my guess is: on server wide config <IfModule mod_php3.c> php3_engine off </IfModule> <IfModule mod_php4.c> php_admin_flag engine off </IfModule> In your directory(or ries) <Directory foo> <IfModule mod_php3.c> php3_engine on </IfModule> <IfModule mod_php4.c> php_admin_flag engine on </IfModule> </Directory>