|
augustlilleaas - 31 October 2007 08:00 AM I’ve tried that before, same thing though.
It’s commented out now anyway, if you wanna take a look at it.
I just tried to reproduce the problem, get the latest packages, unpacked it to the subdirectory test, set necessary permissions on folders The installation wizard runs successfully, though I didn’t touch anything in .htaccess.
My .htaccess looks like
<IfModule mod_php5.c> php_flag magic_quotes_gpc off php_flag short_open_tag on </IfModule>
DirectoryIndex index.php
RewriteEngine on
#RewriteBase /
RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
Did you download the latest Magento version 0.6.13160 ?
Could you try to update your .htaccess file, clean var/cache directory, delete app/etc/local.xml and run it again ?
|