Hello, I'm trying to migrate a Magento e-shop form webfaction, but at the moment I get 500 for each page I try to load. I guess it's because of the .htaccess, but I'm not sure what is causing the issue... On WF I'm using php 5.5 here I think I need to use 5.6.
in the .htaccess I see this:
############################################
## uncomment these lines for CGI mode`
## make sure to specify the correct cgi php binary file name
## it might be /cgi-bin/php-cgi`
# Action php5-cgi /cgi-bin/php5-cgi`
# AddHandler php5-cgi .php`
<FilesMatch \.php$>
SetHandler php56-cgi
</FilesMatch>
############################################
Is there someone that had the same issue?