I recently upgraded to CentOS7 and my magento applications are not longer working. I installed the applications using the script provided by webfaction here https://wiki.webfaction.com/wiki/Magento-1.9.2.1Install. Whenever I try to navigate to the website, the index.php is downloaded. It seems that php is not running. I found this answer http://stackoverflow.com/questions/18422140/apache-is-downloading-php-files-instead-of-displaying-them but I cant find the httpd.conf anywhere in the magento application. I appreciate any help! asked 19 Jan '16, 16:05 caroso1222 |
It sounds to me like you have an invalid PHP handler. Try adding the following to your app's
Or, if you already have a handler in answered 19 Jan '16, 20:10 seanf |