Re: [phplib] .htaccess configuration From: andreas otto (andreas <email protected>)
Date: 07/03/00

well,

> > 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

make sure that you have the rights to override options.

the according part of the httpd.conf should look similar to this:

<Directory "e:/webserver">

Options Indexes FollowSymLinks Includes

AllowOverride Options

Order deny,allow
allow from all

</Directory>

where "AllowOverride Options" is the important part.

cheers,
andreas

--
Andreas Otto
OgilvyInteractive | Floor 2, Canberra House
315 - 317 Regent Street | London W1B 2HS
Reception +44 207 299 3434 | Fax +44 207 631 5050
http://www.ogilvy.com

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>