From: Carsten K. <car...@ma...> - 2002-01-13 19:53:23
|
The current .htaccess file in the root phpwiki directory causes problems for me in Apache/1.3.22: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. The problem is the first line: <IfModule mod_php4.c> php_flag register_globals off php_flag track_vars on php_flag allow_url_fopen off </IfModule> When the "4" is removed it is fine. The newer Apache servers assume php is version 4 by default, and would require mod_php3.c if using php3. Can / should we change this? Carsten |