what do I need to allow htaccess ? as soon as I put this htaccess:
# cat .htaccess php_flag magic_quotes_gpc on I get '500 Internal server error'; error log says: [Fri Feb 01 12:49:07 2008] [alert] [client 111.111.121.6] /home/xxx.org.au/www/ad min/.htaccess: php_flag not allowed here, referer: http://www.xxx.org.au/admin/i ndex.phtml currently the /etc/httpd/conf.d has like: AllowOverride All the vhost conf has like: <Directory /home/xxx.org.au/www> Options Indexes FollowSymLinks +IncludesNOEXEC AllowOverride AuthConfig Limit Order allow,deny Allow from all </Directory> do I also need 'AllowOverride All' in vhost's conf ? -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
