Date: 07/03/00
- Next message: andreas otto: "Re: [phplib] .htaccess configuration"
- Previous message: Jan Johansson: "Re: [phplib] .htaccess configuration"
- In reply to: Eric Porter: "Re: [phplib] .htaccess configuration"
- Next in thread: andreas otto: "Re: [phplib] .htaccess configuration"
- Reply: andreas otto: "Re: [phplib] .htaccess configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Are you using PHP3 or PHP4? Apache has different directives for both
versions.
In PHP3 you should be fine with your settings.
In PHP4 they should read something like this:
php_value include_path "./:/path/to/your/phplib"
php_value auto_prepend_file "/path/to/your/phplib/prepend.php3"
bye
mike
Eric Porter schrieb:
>
> Thanks for a quick response.
> I made the change to .htaccess file which now reads:
>
> php3_auto_prepend_file /home/unleaded/public_htdocs/php/prepend.php3
>
> but the page still errors with a 500 -
>
> [Mon Jul 3 07:06:00 2000] [alert] [client]
> /home/unleaded/public_htdocs/phplib/admin/.htaccess: Invalid command
> 'php3_auto_prepend_file', perhaps mis-spelled or defined by a module not
> included in the server configuration
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: andreas otto: "Re: [phplib] .htaccess configuration"
- Previous message: Jan Johansson: "Re: [phplib] .htaccess configuration"
- In reply to: Eric Porter: "Re: [phplib] .htaccess configuration"
- Next in thread: andreas otto: "Re: [phplib] .htaccess configuration"
- Reply: andreas otto: "Re: [phplib] .htaccess configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

