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

  • 54 Users Found This Useful
Was this answer helpful?

Related Articles

Help, the cron is not working

If you run a job through PHP, for example php -f /home/username/public_html/file.php and you...

Help, I can not install the Joomla components!

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

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...

My Wordpress has been hacked, how do I reset my admin password?

If your Wordpress password has been changed to an unknown value, you can always change it by...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...