diff --git a/opendata_json_version.py b/opendata_json_version.py
index c24c5f20a3fe01e4f47fabfb2dfde439ba7df137..d70b66eaced4139ebc82d9457ef4f549f04cebc6 100644
--- a/opendata_json_version.py
+++ b/opendata_json_version.py
@@ -40,7 +40,7 @@ def main():
                         charset='utf8')
     
     # Define directory and name of XML files
-    dir_results="/home/www/elgg/opendata_xmlfiles/"
+    dir_results="/var/www/elgg/opendata_xmlfiles/"
     
     # Get the execution start time information
     time_script_start=datetime.datetime.now()
diff --git a/opendata_xml_version.py b/opendata_xml_version.py
index d2c269ac04ec2b887d9d8ffabb4adb6aa71992ff..b438a1245782db371e95a7164501c380eb1a8ea5 100644
--- a/opendata_xml_version.py
+++ b/opendata_xml_version.py
@@ -40,7 +40,7 @@ def main():
                         charset='utf8')
     
     # Define directory and name of XML files
-    dir_results="/home/www/elgg/opendata_xmlfiles/"
+    dir_results="/var/www/elgg/opendata_xmlfiles/"
        
     # Get the execution start time information
     time_script_start=datetime.datetime.now()