|
I have configured the magento 8 in my server . The php version is 5.2.1.
But there shows an error as below
“Whoops, it looks like you have an invalid PHP version.
Magento supports PHP 5.2.0 or newer. Find out how to install Magento using PHP-CGI as a work-around.”
I checked the threads and found the thread http://www.magentocommerce.com/boards/viewthread/3367/ saying that the
“Adding the following to your .htaccess file will tell Apache to parse files with a .php5 extension as php using the binary you uploaded to your cgi-bin directory.
Action php5-cgi /cgi-bin/php-cgi
AddHandler php5-cgi .php
“
I have changed my htaccess as per above but i can’t find any change.
Anybody please help me to solve this issue.
|