Tag: .htaccess


Easy configuring timezone in web server

September 18th, 2009 — 12:36pm

Simply Include the next line in the .htaccess file of your web server:

php_value date.timezone Europe/Madrid

Here you can see the complete List of Supported Timezones.

Comment » | snippet, tips

Back to top