chrisredfield_0 Posted November 16, 2005 Posted November 16, 2005 Hi! I'm trying to install osCommerce, but right when i browse to the installation directory i get an Internal Server Error (500) my apache2 error log says the following: [Wed Nov 16 12:25:20 2005] [alert] [client xxx.xxx.xxx.xxx] /srv/www/htdocs/web17/html/catalog/.htaccess: AllowOverride not allowed here [Wed Nov 16 12:25:20 2005] [error] [client xxx.xxx.xxx.xxx] File does not exist: /srv/www/htdocs/web17/html/favicon.ico My httpd.conf looks as following: <Directory /> Options None AllowOverride None Order deny,allow Deny from all </Directory> <Directory "/srv/www/htdocs/web17/html/catalog"> AllowOverride All Order allow,deny Allow from all </Directory> # use .htaccess files for overriding, AccessFileName .htaccess # and never show them <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> I'm an apache2 and linux beginner... do you know what to do to get osCommerce working? thanks in advance
Recommended Posts
Archived
This topic is now archived and is closed to further replies.