|
Heres the .htaccess info (I did not alter it from the install):
<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.phpf4d87b
Thanks for all your help. I did rename the .htaccess to .htaccess_BAK and copied the info.php into that directory. http://neurolinx.net/magento/info.php Sure enough the info.php gave the same internal server error 500. Looks like it might be some kind of cgi restriction? However, I’m not aware of what is causing that. Oh and I do have the requirements and pdo_mysql in my build.
On another note, I did another installation under the directory http://www.neurolinx.net/magento_w_php_cgi/ with the php4 work around and it seemed to work with the .htaccess info given in http://www.magentocommerce.com/boards/viewthread/804/.
I still would like to install it without the work around though. Since I am running PHP 5.2.3 and have everything in the sys requirements I was hoping not to go through the php4 work around every time I install this. Any clues on why this may be happening?
By the way Magento Rocks!
|