Question:
I've just installed Blesta but I get a 500 internal error, PHP is working, ioncube is installed, I've enabled re-write for that folder to All and it still won't work.
Answer:
Check if the Mod_rewrite is enabled by doing: sudo a2enmod rewrite and then restarting Apache: service apache2 restart for Ubuntu or service httpd restart for RHEL.