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

  • 141 Users Found This Useful
Was this answer helpful?

Related Articles

Got an error about an outdated MySQL version?

When connecting the site to the database, an error occurred telling us that the MySQL version is...

Where can I see the CPU logs of the processor?

Our hosting does not keep logs of CPU usage of the processor at the moment.When an account starts...

Images are not showing on my site

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

My site is not on search engines

This problem is not related to hosting, rather the problem is in the site itself. Please follow...

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...