|
Hello Magento users,
There are a lot of topics about installing Magento.
Whats the best way to do it, I’m asking this because i’m already busy
for a week to get it running but i don’t succeed till now.
My situation:
my hosting account: http://www.xxxxxxxx.com
i put the all the directory’s into the root map.
My .htaccess file looks like this:
AddType x-mapp-php5 .php
<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
still i get the internal server error 500!
Please Help!!!
|