Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: rajuraz89 on August 08, 2014, 09:44:23 AM

Title: how to install magento
Post by: rajuraz89 on August 08, 2014, 09:44:23 AM
I've made ​​a domain with the name habasy.com
and I use FreeDNS of centoswebpanel.

my domain directory is "/ home / habasy / public_html /"
I want to install magento on my domain directory.

I have uploaded the file to the directory of my domain.
but when I access my domain "habasy.com"
warning appears "Internal Server Error" as shown below.

please help me solve this.

(http://s12.postimg.org/um2kyybhl/internal.jpg) (http://postimg.org/image/um2kyybhl/)

(http://s22.postimg.org/tsatf3219/habasy.jpg) (http://postimg.org/image/tsatf3219/)
Title: Re: how to install magento
Post by: Administrator on August 08, 2014, 02:15:55 PM
use this tutorial:

How to change ownership on the files and folders
http://forum.centos-webpanel.com/php/suphp-500-internal-server-error/
Title: Re: how to install magento
Post by: rajuraz89 on August 08, 2014, 04:19:09 PM
it has not helped my problem
Can you help to configure it
I will give username and password.
Title: Re: how to install magento
Post by: Administrator on August 09, 2014, 05:53:17 AM
you can contact support
http://centos-webpanel.com/contact
Title: Re: how to install magento
Post by: rajuraz89 on August 09, 2014, 08:24:03 AM
ok, My problem has been resolved
just simple like this
(for everyone)
change this

in Centos webpanel admin
apache setting --> edit apache vhosts

edited
<Directory "/">
        AllowOverride All
</Directory>

to

<Directory "/home/yourweb or user/public_html">
        AllowOverride All
</Directory>

example
my domain is "habasy"

<Directory "/home/habasy/public_html">
        AllowOverride All
</Directory>

save change
and open service SSH -->> send Shell Command

service httpd restart

and now refresh your browser.
just it
thanks for all
Title: Re: how to install magento
Post by: Administrator on August 10, 2014, 12:58:07 AM
great, this fix will be added i new update.