Tom's development site

Keep stick-notes online

  • About
  • Galleries
    • Smoker
    • INFO
    • Polska
    • COM
    • ORG
    • REF
    • Beata
    • Krystyna
    • Marian
    • Sitwa
  • Sites
    • HILSBERG.COM
    • BEATA-ART.COM
  • Other
    • Fake Genealogical
    • Family Genealogical Site
  • Posts
    • Uncategorized
  • Hercules
    • Rational
    • Linux Setup for Hercules
  • MySQL
  • Wine
    • CellarTracker.com
    • Wine Searcher
    • Total Wine
    • Winicjatywa.pl
    • Najlepsze wina

Month: May 2015

  1. Home
  2. 2015
  3. May
May 2, 2015

Setting PHP’s Per-Directory TimeZone via .htaccess

For setting the time-zone per PHP script’s folder/directory… Edit the website’s .htaccess file and add in the proper “php_value” setting (note that you can’t use “php_admin_value” in .htaccess files) – <IfModule php5_module> php_value date.timezone “America/New_York” </IfModule>   or put this in the code: date_default_timezone_set(“America/New_York”);

Read More
tomasz Uncategorized 0
  • About
  • Galleries
  • Sites
  • Other
  • Posts
  • Hercules
  • MySQL
  • Wine

Copyright ©2025 Tom's development site . All rights reserved. Powered by WordPress & Designed by Cyclone Themes