How to Change Your Default Timezone in .htaccess Print

  • Default Timezone, htaccess
  • 0

The .htaccess file is a hidden text file within your hosting account that can be very powerful. It is designed so that you can modify it to change the behavior of your website that normally would take higher access beyond your account. It acts as a liaison between your domain and the server and can perform many functions.

The server has a specific time setting. This is usually based on the servers physical location, for example, if the Data Center that houses the server is located in California, the server will most likely be set to the Pacific Time. Some sites may cater to specific areas of the world and wish to use the timezone for that area. PHP has configuration files that can do this, but what about other tiles such as HTML or Log files? That is where the htaccess comes into play. Below are instructions for changing the base timezone in your local htaccess file.

Changing your Default Timezone:

Step 1. Log into your cPanel.
Step 2. Find the Files category and click on the File Manager icon.
Step 3. Click Settings at the top right corner.
Step 4. Select the Document Root for your domain and be sure the checkbox next to Show Hidden Files is checked. Click the Save button.
Step 5. Look for the .htaccess file and right click on it. This brings up a menu. Find and click on the Edit option.
Step 6. Now that you are in the htaccess editor, paste the following code at the top of the page to configure your account. In this example, we are setting the timezone to Eastern Standard Time.

#Adjust default time zone
SetEnv TZ America/Washington


Step 7. Be sure to hit the Save Changes button in the upper right corner to save your new htaccess configuration.


Was this answer helpful?

« Back