How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:

php_value short_open_tag 0

  • 862 Users Found This Useful
Was this answer helpful?

Related Articles

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...

Images are not showing on my site

Please make sure the images are uploaded to the server. Check that the HTML paths are correct....

Help, I deleted the files.

Backups are automatically created weekly on the Premium plan and daily on the Business plan. You...

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....

I am getting Internal Server Error (500)

This error is generalized when there is a problem the server cannot process a request to the site...