Magento 500 Error + Solution
March 11th, 2009Read More magento
On a recent clean installation on a 1and1 Linux server for a client, the site was getting 500 errors on every page other than the home page. The fix for this was to add the following line to the .htaccess file in the document root:
RewriteBase /
Hope this helps someone else out
CODE:
-
############################################
-
## you can put here your magento root folder
-
## path relative to web root
-
-
#RewriteBase /magento/
-
RewriteBase /
More...
Magento: Error - SimpleXMLElement::addAttribute() Attribute ...
Casual Commerce » Magento Notes - File access error in admin page ...
Magento 1.2.1 - Can’t Login Error
Crucial Web Hosting » Blog » Magento Hosting
links for 2009-03-05
Casual Commerce » Magento Notes - File access error in admin page ...
Magento 1.2.1 - Can’t Login Error
Crucial Web Hosting » Blog » Magento Hosting
links for 2009-03-05

May 28th, 2009 at 9:12 pm
perfect. exactly what i needed. i hope you get PR1 for this. if i had found this first instead of waiting for the 8000 magento directories to finish chmod'ing i would have been much happier.
September 13th, 2009 at 9:23 pm
You are THE MAN. Thank you so much.