diff --git a/.gitignore b/.gitignore
index f1b8166..52261e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ content/.htaccess
custom/data/**/*.csv
custom/listmonk-config.php
content/error_log
+content/.user.ini
+content/php.ini
diff --git a/content/.htaccess b/content/.htaccess
index 5a80ff1..f3ba08d 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -19,3 +19,15 @@ DirectorySlash Off
AddHandler application/x-httpd-alt-php84 .php .php8 .phtml
# php -- END cPanel-generated handler, do not edit
+
+# BEGIN cPanel-generated php ini directives, do not edit
+# Manual editing of this file may result in unexpected behavior.
+# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
+# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
+
+ php_value date.timezone "Europe/Paris"
+
+
+ php_value date.timezone "Europe/Paris"
+
+# END cPanel-generated php ini directives, do not edit