How to enable PHP short tags? 11th Jan 2015 PHP in php.ini Set: short_open_tag = On You can find php.ini file location: $ find / -name php.ini And restart your Apache server. $ service httpd restart Read More