Try the Demo

Magento Forum

   
Getting crazy of installing Magento
 
Barry Domhof
Jr. Member
 
Total Posts:  5
Joined:  2007-10-22
 

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!!!

 
Magento Community Magento Community
Magento Community
Magento Community
 
Moshe
Magento Team
 
Avatar
Total Posts:  1770
Joined:  2007-08-07
Los Angeles
 

And if you comment out all lines that start with Rewrite, do you get different error?

 Signature 

- I would love to change the world, but they won’t give me the source code -

 
Magento Community Magento Community
Magento Community
Magento Community
 
Barry Domhof
Jr. Member
 
Total Posts:  5
Joined:  2007-10-22
 

what do you meen with “comment out all lines”

 
Magento Community Magento Community
Magento Community
Magento Community
 
Moshe
Magento Team
 
Avatar
Total Posts:  1770
Joined:  2007-08-07
Los Angeles
 

Commenting out means make them as a “comment” only, not directive for application. In .htaccess it’s done by placing a pound (#) in the beginning of the line.

Do you have access to apache logs, so you can see details about “internal server error 500” ?

 Signature 

- I would love to change the world, but they won’t give me the source code -

 
Magento Community Magento Community
Magento Community
Magento Community
 
Barry Domhof
Jr. Member
 
Total Posts:  5
Joined:  2007-10-22
 

Please see http://www.geurtje.com

now i get this popup!

 
Magento Community Magento Community
Magento Community
Magento Community
 
Moshe
Magento Team
 
Avatar
Total Posts:  1770
Joined:  2007-08-07
Los Angeles
 

The source shows that you do not have php handler enabled…

Maybe you could ask your hosting to set it up for you?

 Signature 

- I would love to change the world, but they won’t give me the source code -

 
Magento Community Magento Community
Magento Community
Magento Community
 
Barry Domhof
Jr. Member
 
Total Posts:  5
Joined:  2007-10-22
 

if I just delete all my data from .htaccess and only put “AddType application/x-httpd-php5 .php” in it, the i will see net next
on my info.php.  http://www.geurtje.com/info.php

regards

Barry

 
Magento Community Magento Community
Magento Community
Magento Community
 
Kenn
Jr. Member
 
Avatar
Total Posts:  20
Joined:  2007-11-01
 
Barry Domhof - 08 November 2007 03:40 PM

if I just delete all my data from .htaccess and only put “AddType application/x-httpd-php5 .php” in it, the i will see net next
on my info.php.  http://www.geurtje.com/info.php

regards

Barry

Your info.php still get the same error, i wonder why, about your Magento installation, probably mod_rewrite isn’t turn on. Please check with your hosting.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Barry Domhof
Jr. Member
 
Total Posts:  5
Joined:  2007-10-22
 

I’m now trying to get it work under Xampp. I’ve followed the instruction of the manual.

Now i’m trying to get it installed but a popup showing that it wants to download a file,
the filename is called install. idon’t know what can be the problem. I checked everything
but i can’t find the problem.

Regards,

Barry

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top