Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rajuraz89

Pages: [1]
1
CentOS 6 Problems / Re: how to install magento
« 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

2
CentOS 6 Problems / Re: how to install magento
« 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.

3
CentOS 6 Problems / 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.




Pages: [1]