Options Advanced mode

The advanced options are only shown when the installer mode is set to "Advanced." This section allows users to change or set advanced options, configure additional database settings and set other configuration options in the wp-config.php file.

Advanced Tab

These are the advanced options for advanced users.
Option Details
Processing
Extraction
Mode
Manual Archive Extraction
Set the Extraction value to "Manual Archive Extraction" when the archive file has already been manually extracted on the server. This can be done through your host's control panel such as cPanel or by your host directly. This setting can be helpful if you have a large archive file or are having issues with the installer extracting the file due to timeout issues.

PHP ZipArchive
This extraction method will use the PHP ZipArchive code to extract the archive zip file.

PHP ZipArchive Chunking
This extraction method will use the PHP ZipArchive code with multiple execution threads to extract the archive zip file.

Shell-Exec Unzip
This extraction method will use the PHP shell_exec to call the system unzip command on the server. This is the default mode that is used if it's available on the server.

DupArchive
This extraction method will use the DupArchive extractor code to extract the daf-based archive file.
Server
Throttling
If the current host is a budget host that monitors CPU usage, then users might want to consider checking this box to help slow down the process and not kick off any high-usage monitors.
Extraction Flow
Archive Action Extract files over current files
The existing site files will be overwritten with the contents of the archive.zip/daf.

Pro Remove WordPress core and content and extract
The existing WordPress core files and WordPress content directory will be removed, and then the archive will be extracted.

Pro Remove all files except add-on sites and extract
All files except an add-on site will be removed, and then the archive will be extracted. An add-on site is a site/domain that is stored in a directory off of your main site that has been "added on" to your main hosting account. For instance, when you purchased a hosting account it could be for a.com. Then after that, you decided to add b.com and c.com to the same hosting account. The structure of this setup is often the following although it can vary some:
  • /public_html - contains files for a.com
  • /public_html/b.com - contains files for b.com
  • /public_html/c.com - contains files for c.com
The directories /public_html/b.com and c.com contain the files for the add-on sites b.com and c.com (so the option above means that b.com and c.com would be preserved and not deleted when you installed to a.com)
Skip Files Extract all files
Extract all files from the package archive. This option is selected by default.

Pro Skip extraction of WordPress core files
Extract all files except WordPress core files. Choose this option to extract only the wp-content folder and other non-core WordPress files and directories.

Pro Skip extraction of WordPress core files and plugins/themes existing on host
Extract all files except WordPress core files and existing plugins/themes on the current host.

Pro Extract only media files and new plugins and themes
Extract all media files, new plugins, and new themes. The installer will not extract plugins and themes that already exist on the destination site.
File Times When the archive is extracted it should show the current date-time or keep the original time it had when it was built. This setting will be applied to all files and directories. Note: Setting the Original time is currently only supported when using the ZipArchive Format.
File
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to files. This option is not available on Windows machines.
Directory
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to directories. This option is not available on Windows machines.
Configuration Files
WordPress
wp-config
Do nothing
This option simply does nothing. The wp-config file does not get backed up, renamed, or created. This advanced option assumes you already know how it should behave in the new environment. This option is for advanced technical persons.

Modify original
This is the default recommended option which will modify the original wp-config file.

Create new from wp-config sample
This option creates a new wp-config file by modifying the wp-config-sample.php file. The new wp-config.php file will behave as if it was created in a fresh, default WordPress installation.

Apache
.htaccess
Do nothing
This option simply does nothing. The .htaccess is not backed up, renamed, or created. This advanced option assumes you already have your .htaccess file set up and know how it should behave in the new environment. When the package is built it will always create an .htaccess file at this location: /dup-installer/original_files_[HASH]/.htaccess Since the file is already in the archive file it will show up when the archive is extracted.

Retain original from Archive.zip/daf
This option simply copies the /dup-installer/original_files_[HASH]/.htaccess file to the .htaccess file. Please note this option will cause issues with the install process if the .htaccess is not properly set up to handle the new server environment. This is an advanced option and should only be used if you know how to properly configure your .htaccess configuration.

Create New
This is the default recommended option which will create a new .htaccess file. The new .htaccess file is streamlined to help guarantee no conflicts are created during install.

Notes: Inside the archive.zip or archive.daf will be a copy of the original .htaccess (Apache) file that was set up with your packaged site. The .htaccess file is copied to /dup-installer/original_files_[HASH]/source_site_htaccess. When using either "Create New" or "Retain original from Archive.zip/daf" an existing .htaccess file will be backed up to a /wp-content/backups-dup-lite/installer/original_files_[HASH]/source_site_htaccess. This change will not made until the final step is completed, to avoid any issues the .htaccess might cause during the install
General
php.ini, .user.ini,
web.config
OVERVIEW
When the archive is built it will always create an original backup of the php.ini, .user.ini, and web.config files ("Config Files") if they exist. The backups will be in the following location within the archive file without an extension. Original File Backups
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_phpini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_userini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_webconfig
If there are "Config Files" on the new server, backups may also optionally be created. Backup [location] is defined by the following:
  • source_site Backup of original file when the archive was created on the source host
  • installer_host Backup of original file before the installer starts on active host

ACTIONS
Do nothing
This option performs no actions and assumes you already have your configuration files set up properly; either on the server or in the archive. If the same "Config Files" exist in both the deploy directory and the archive, then the archive files will overwrite any configuration files that exist at the same location in the archive.


Retain original from Archive.zip/daf
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. The installer last step copies all "Config Files" from the archive backups to the correct location on the new host. They are copied from this location:
    /dup-installer/original_files_[HASH]/source_site_[CONFIG-TYPE]

Reset
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. If any "Config Files" already exist in the archive they will be deployed "as is" to the location that matches the archive file structure.
General
Logging The level of detail that will be sent to the log file (installer-log.txt). The recommended setting for most installs should be "Light." Note if you use Debug the amount of data written can be very large. Debug is only recommended for support.
Cleanup Pro Remove disabled plugins/themes
Remove all inactive plugins and themes when installing site. Inactive users will also be removed during subsite to standalone migrations.

Pro Remove users without permissions
Removes users that currently do not have any permissions associated with their accounts.
Safe Mode Safe mode is designed to configure the site with specific options at install time to help overcome issues that may happen during the install where the site is having issues. These options should only be used if you run into issues after you have tried to run an install.

Disabled
This is the default. This option will not apply any additional settings at install time.

Enabled
When enabled the safe mode option will disable all the plugins at install time. Note: When this option is set you will need to manually re-enable the plugins that need to be enabled after the install from the WordPress admin plugins page.


Database Tab

These are the advanced options for database configuration.
Option Details
Table Prefix Pro This option allows changing the table prefix to other than the package creation site's table prefix. The table prefix is the value placed in the front of your database tables. It is possible to have multiple installations in one database if you give each WordPress site a unique prefix.
Mode Modes affect the SQL syntax MySQL supports (and others such as MariaDB) . This setting performs various data validation checks. This makes it easier to use MySQL in different environments and to use MySQL together with other database servers. It is very useful when running into conversion issues. The following options are supported:
  • Default: This is the recommended setting to use. It will use the current Database mode setting.
  • Disable: This will prevent the database engine from running in any mode.
  • Custom: This option will allow you to enter a custom set of mode commands. See the documentation link below for options.
For a full overview please see the MySQL mode and MariaDB mode specific to your version. To add a custom setting enable the Custom radio button and enter in the mode(s) that needs to be applied.
Processing Chunking mode
Split the work of inserting data across several requests. If your host throttles requests or you're on a shared server that is being heavily utilized by other sites then you should choose this option. This is the default option.

Single step
Perform data insertion in a single request. This is typically a bit faster than chunking, however it is more susceptible to problems when the database is large or the host is constrained.
Create Run all CREATE SQL statements at once. This option should be checked when source database tables have foreign key relationships. When choosing this option there might be a chance of a timeout error. Uncheck this option to split CREATE queries in chunks. This option is checked by default.
Objects Allow or Ignore objects for "Views," "Stored Procedures," "Functions" and "DEFINER" statements. Typically the defaults for these settings should be used. In the event you see an error such as "'Access denied; you need (at least one of) the SUPER privilege(s) for this operation" then changing the value for each operation should be considered.


URLs & Paths Tab Pro

In the tab "URLs & Paths," you can read the current path of all the various path configurations for the WordPress site. These are advanced options that should only be edited if you know the correct path. These options are editable in the Pro version. These paths and URLs are set automatically by the package installer. You can set these paths and URLs manually. If you are changing it, please make sure you are putting the right path or URL.


World Nature Conservation Day 2026: Protect Nature, Protect Life
Home Important Days World Nature Conservation Day 2026: Why It Matters & 15 Simple Ways...

World Nature Conservation Day 2026: Why It Matters & 15 Simple Ways to Protect Nature

0
414
World Nature Conservation Day 2026

Introduction

Can We Imagine a World Without Nature?

Imagine waking up to a world where forests have disappeared, rivers have dried up, birds no longer sing, and clean air has become a luxury. It may sound like the plot of a dystopian movie, but scientists warn that this could become reality if we continue exploiting nature at the current pace.

Nature is not just a beautiful part of our surroundings—it is the foundation of life itself. The oxygen we breathe, the water we drink, the food we eat, and even many of the medicines we rely on come directly from healthy ecosystems. Yet, every year, deforestation, pollution, climate change, and the overuse of natural resources continue to threaten the delicate balance of our planet.

To raise awareness about these growing environmental challenges, World Nature Conservation Day is observed every year on 28 July. More than just an awareness day, it is a global reminder that protecting nature is no longer a choice—it is a necessity. The observance encourages individuals, communities, governments, educational institutions, and businesses to work together to conserve natural resources and adopt sustainable practices.

Whether it’s planting a tree, conserving water, reducing plastic waste, or supporting wildlife conservation, every small action contributes to a healthier planet. World Nature Conservation Day reminds us that the future of humanity depends on the choices we make today.

Did You Know? According to the United Nations, nearly one million plant and animal species are at risk of extinction due to human activities, making conservation efforts more urgent than ever before.

What is World Nature Conservation Day?

World Nature Conservation Day is an annual global observance dedicated to raising awareness about the importance of protecting Earth’s natural resources and preserving biodiversity. It encourages people across the world to recognize that natural resources are finite and must be used responsibly to ensure a sustainable future.

The primary objectives of this day are to:

  • Protect forests, rivers, oceans, and wildlife.
  • Promote sustainable lifestyles and responsible consumption.
  • Encourage the conservation of water, soil, and energy resources.
  • Reduce pollution and environmental degradation.
  • Raise awareness about climate change and biodiversity loss.
  • Inspire individuals to become active participants in protecting the environment.

The message behind this observance is simple: Healthy ecosystems are essential for healthy communities and a sustainable future.

History & Origin of World Nature Conservation Day

Why Was This Day Introduced?

The rapid pace of industrialization and urban development over the last century has significantly impacted the environment. Large-scale deforestation, increasing pollution, habitat destruction, excessive consumption of natural resources, and climate change have created serious ecological challenges worldwide.

Recognizing these threats, environmentalists and conservation organizations began promoting greater awareness about the importance of preserving nature. World Nature Conservation Day emerged as a global awareness initiative that encourages people to use natural resources wisely and adopt sustainable practices before irreversible environmental damage occurs.

Who Started World Nature Conservation Day?

Unlike Earth Day or World Environment Day, World Nature Conservation Day does not have a single officially recognized founder or a formal declaration by the United Nations. Instead, it gradually gained international recognition through the collective efforts of environmental organizations, educational institutions, governments, and conservation groups committed to protecting the planet.

Over time, the observance has become an important occasion for promoting environmental education and inspiring collective action across the globe.

How the Observance Has Evolved

Initially, World Nature Conservation Day focused mainly on educational campaigns and local conservation activities. Today, it has evolved into a global environmental awareness movement observed by millions of people every year.

Common activities include:

  • Tree plantation drives
  • River, beach, and park clean-up campaigns
  • Wildlife conservation initiatives
  • Environmental awareness workshops
  • School and college competitions
  • Corporate sustainability programs
  • Community volunteering activities
  • Social media campaigns promoting eco-friendly living

The growing participation each year reflects the increasing recognition that protecting nature is essential not only for wildlife but also for human survival and sustainable development.

Why World Nature Conservation Day Matters

Protecting nature is not just about saving forests or wildlife—it is about safeguarding the resources that make life on Earth possible. Every tree, river, ocean, and species plays an important role in maintaining ecological balance. World Nature Conservation Day reminds us that our future depends on how responsibly we use and protect these natural resources today.

1. It Protects Biodiversity

Earth is home to millions of species, each contributing to the health of ecosystems. From bees that pollinate crops to forests that provide habitats for wildlife, biodiversity supports life in countless ways. Conserving nature helps prevent species extinction and preserves ecosystems for future generations.

2. It Helps Combat Climate Change

Forests, wetlands, and oceans absorb carbon dioxide and regulate Earth’s climate. However, widespread deforestation and pollution reduce their ability to perform this vital function. Protecting these ecosystems is one of the most effective ways to slow global warming and reduce the impact of climate change.

3. It Conserves Natural Resources

Natural resources such as freshwater, fertile soil, forests, and minerals are limited. Unsustainable consumption can lead to shortages that affect both people and wildlife. Conservation encourages the responsible use of these resources so they remain available for future generations.

4. It Improves Human Health

A healthy environment directly contributes to human well-being. Clean air, safe drinking water, nutritious food, and green spaces all support physical and mental health. Conserving nature also reduces pollution-related diseases and improves overall quality of life.

5. It Supports Sustainable Development

Economic growth and environmental protection must go hand in hand. Sustainable development ensures that today’s needs are met without compromising the ability of future generations to meet their own. Nature conservation is a key pillar of achieving this balance.

Why Nature Conservation Matters More Than Ever in 2026

Environmental challenges are becoming more severe every year, making conservation efforts increasingly urgent.

Climate Change

Rising global temperatures are contributing to more frequent heatwaves, floods, droughts, and extreme weather events. Conserving forests and reducing pollution are essential steps toward mitigating these impacts.

Deforestation

Large areas of forests continue to disappear due to agriculture, urban expansion, and industrial activities. This destroys wildlife habitats and reduces the planet’s capacity to absorb carbon dioxide.

Plastic Pollution

Millions of tonnes of plastic waste enter rivers and oceans each year, harming marine life and contaminating ecosystems. Reducing plastic consumption and improving recycling practices can significantly reduce this problem.

Water Scarcity

Freshwater resources are under increasing pressure due to pollution, climate change, and growing populations. Conserving water has become a necessity rather than a choice.

Declining Wildlife Populations

Many species face the threat of extinction because of habitat loss, illegal hunting, pollution, and changing climates. Protecting biodiversity is essential for maintaining ecological balance.

How to Celebrate World Nature Conservation Day

Every individual can contribute to protecting the environment through simple yet meaningful actions.

For Individuals

  • Plant native trees and care for existing plants.
  • Reduce the use of single-use plastics.
  • Carry reusable shopping bags and water bottles.
  • Save electricity by switching off unused appliances.
  • Conserve water during daily activities.
  • Choose sustainable products whenever possible.

For Families

  • Start a kitchen or balcony garden.
  • Spend time exploring parks and natural habitats.
  • Teach children the importance of recycling and waste segregation.
  • Participate in local environmental clean-up drives.

For Schools and Colleges

  • Organize tree plantation campaigns.
  • Conduct essay writing, quiz, and poster-making competitions.
  • Arrange awareness sessions on climate change and biodiversity.
  • Encourage students to participate in environmental clubs.

For Offices and Organizations

  • Promote paperless working practices.
  • Install recycling bins in workplaces.
  • Encourage employees to use public transport or carpooling.
  • Organize sustainability workshops and volunteer activities.

15 Everyday Habits That Help Protect Nature

  1. Plant at least one tree every year.
  2. Save water by fixing leaks and avoiding wastage.
  3. Switch off lights and electrical appliances when not in use.
  4. Follow the principles of Reduce, Reuse, and Recycle.
  5. Avoid single-use plastic products.
  6. Carry reusable shopping bags and bottles.
  7. Walk or cycle for short distances whenever possible.
  8. Segregate household waste for proper recycling.
  9. Compost kitchen waste to reduce landfill pollution.
  10. Avoid littering in public places.
  11. Protect wildlife by respecting natural habitats.
  12. Support local and environmentally responsible products.
  13. Grow indoor or outdoor plants to improve air quality.
  14. Spread awareness about environmental conservation.
  15. Inspire friends and family to adopt eco-friendly habits.

Fun Facts About Nature

  • A single mature tree can absorb approximately 22 kilograms of carbon dioxide every year.
  • Oceans produce more than half of the oxygen we breathe through microscopic marine organisms called phytoplankton.
  • Nearly 75% of the world’s food crops depend on pollinators such as bees, butterflies, birds, and bats.
  • Tropical rainforests cover less than 7% of Earth’s land area but are home to more than half of all known plant and animal species.
  • Recycling one aluminium can saves enough energy to power a television for several hours.

Frequently Asked Questions

What is World Nature Conservation Day?

World Nature Conservation Day is an annual awareness observance celebrated on 28 July to encourage people to protect natural resources, preserve biodiversity, and adopt sustainable lifestyles. It reminds individuals and communities that conserving nature is essential for maintaining ecological balance and ensuring a healthy future for generations to come.

Why is World Nature Conservation Day important?

The day highlights the urgent need to address environmental issues such as climate change, pollution, deforestation, and biodiversity loss. It also encourages people to make environmentally responsible choices that contribute to a cleaner, healthier, and more sustainable planet.

How can I celebrate World Nature Conservation Day?

You can celebrate by planting trees, conserving water and electricity, reducing plastic waste, recycling household materials, participating in community clean-up drives, and spreading awareness about environmental protection among friends and family.

What is the theme of World Nature Conservation Day 2026?

As of now, no officially confirmed global theme has been announced for World Nature Conservation Day 2026. However, the central message remains the same—protecting nature, conserving natural resources, and promoting sustainable living.

Conclusion

Nature has protected humanity for millions of years by providing clean air, fresh water, fertile soil, food, medicines, and countless other resources that sustain life. Today, it is our turn to protect nature.

World Nature Conservation Day is more than just an annual observance—it is a reminder that every action matters. Whether you choose to plant a tree, conserve water, reduce plastic waste, or inspire others to adopt sustainable habits, your efforts contribute to a healthier planet.

This 28 July, let World Nature Conservation Day inspire you to make choices that protect the environment not just for today, but for generations to come. Together, we can build a greener, cleaner, and more sustainable future—because there is no Planet B.