Author Topic: how to install magento  (Read 13703 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
how to install magento
« 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.




Offline
*
Re: how to install magento
« Reply #1 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/
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: how to install magento
« Reply #2 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.

Offline
*
Re: how to install magento
« Reply #3 on: August 09, 2014, 05:53:17 AM »
you can contact support
http://centos-webpanel.com/contact
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: how to install magento
« Reply #4 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

Offline
*
Re: how to install magento
« Reply #5 on: August 10, 2014, 12:58:07 AM »
great, this fix will be added i new update.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services