├── .obsidian └── core-plugins-migration.json ├── LICENSE ├── README.md ├── assets ├── edit-plugins-warning.png ├── edit-plugins.png ├── filezilla_1.gif ├── filezilla_3.gif └── index.md ├── before-install ├── creating-database.md ├── development.md ├── howto-install.md ├── in-your-language.md ├── index.md ├── multiple-instances.md └── popular-providers.md ├── bin └── handbook-manifest.json ├── debug ├── debug-javascript.md ├── debug-network.md ├── debug-wordpress.md ├── index.md ├── test-driving.md └── version-control.md ├── index.md ├── multisite ├── admin.md ├── administration.md ├── create-network.md ├── domain-mapping.md ├── index.md ├── prepare-network.md ├── settings.md └── sites-multisite.md ├── performance ├── cache.md ├── index.md ├── optimization.md └── php.md ├── plugins ├── editor-screen.md ├── index.md └── mu-plugins.md ├── resources ├── faq.md └── index.md ├── security ├── backup-database.md ├── backup-files.md ├── backup.md ├── brute-force.md ├── caching-security.md ├── display-errors.md ├── hardening.md ├── https.md ├── index.md ├── logging-in.md ├── mfa.md ├── monitoring.md └── users-and-roles.md ├── server ├── control-panel.md ├── empty-database.md ├── file-permissions.md ├── httpd.md ├── index.md ├── mail.md ├── nginx.md ├── server-info.md ├── subdomains-wildcard.md ├── web-server.md └── wordpress-in-directory.md ├── themes └── index.md ├── upgrade ├── adminer.md ├── filezilla.md ├── ftp.md ├── index.md ├── migrating.md ├── phpmyadmin.md └── upgrading.md └── wordpress ├── common-errors.md ├── cookies.md ├── css.md ├── edit-files.md ├── feeds.md ├── import.md ├── index.md ├── loopback.md ├── multilingual.md ├── oembed.md ├── post-formats.md ├── site-architecture.md ├── update-services.md └── wp-config.md /.obsidian/core-plugins-migration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/.obsidian/core-plugins-migration.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/README.md -------------------------------------------------------------------------------- /assets/edit-plugins-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/assets/edit-plugins-warning.png -------------------------------------------------------------------------------- /assets/edit-plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/assets/edit-plugins.png -------------------------------------------------------------------------------- /assets/filezilla_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/assets/filezilla_1.gif -------------------------------------------------------------------------------- /assets/filezilla_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/assets/filezilla_3.gif -------------------------------------------------------------------------------- /assets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/assets/index.md -------------------------------------------------------------------------------- /before-install/creating-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/creating-database.md -------------------------------------------------------------------------------- /before-install/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/development.md -------------------------------------------------------------------------------- /before-install/howto-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/howto-install.md -------------------------------------------------------------------------------- /before-install/in-your-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/in-your-language.md -------------------------------------------------------------------------------- /before-install/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/index.md -------------------------------------------------------------------------------- /before-install/multiple-instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/multiple-instances.md -------------------------------------------------------------------------------- /before-install/popular-providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/before-install/popular-providers.md -------------------------------------------------------------------------------- /bin/handbook-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/bin/handbook-manifest.json -------------------------------------------------------------------------------- /debug/debug-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/debug-javascript.md -------------------------------------------------------------------------------- /debug/debug-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/debug-network.md -------------------------------------------------------------------------------- /debug/debug-wordpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/debug-wordpress.md -------------------------------------------------------------------------------- /debug/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/index.md -------------------------------------------------------------------------------- /debug/test-driving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/test-driving.md -------------------------------------------------------------------------------- /debug/version-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/debug/version-control.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/index.md -------------------------------------------------------------------------------- /multisite/admin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/admin.md -------------------------------------------------------------------------------- /multisite/administration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/administration.md -------------------------------------------------------------------------------- /multisite/create-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/create-network.md -------------------------------------------------------------------------------- /multisite/domain-mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/domain-mapping.md -------------------------------------------------------------------------------- /multisite/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/index.md -------------------------------------------------------------------------------- /multisite/prepare-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/prepare-network.md -------------------------------------------------------------------------------- /multisite/settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/settings.md -------------------------------------------------------------------------------- /multisite/sites-multisite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/multisite/sites-multisite.md -------------------------------------------------------------------------------- /performance/cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/performance/cache.md -------------------------------------------------------------------------------- /performance/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/performance/index.md -------------------------------------------------------------------------------- /performance/optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/performance/optimization.md -------------------------------------------------------------------------------- /performance/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/performance/php.md -------------------------------------------------------------------------------- /plugins/editor-screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/plugins/editor-screen.md -------------------------------------------------------------------------------- /plugins/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/plugins/index.md -------------------------------------------------------------------------------- /plugins/mu-plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/plugins/mu-plugins.md -------------------------------------------------------------------------------- /resources/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/resources/faq.md -------------------------------------------------------------------------------- /resources/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/resources/index.md -------------------------------------------------------------------------------- /security/backup-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/backup-database.md -------------------------------------------------------------------------------- /security/backup-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/backup-files.md -------------------------------------------------------------------------------- /security/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/backup.md -------------------------------------------------------------------------------- /security/brute-force.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/brute-force.md -------------------------------------------------------------------------------- /security/caching-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/caching-security.md -------------------------------------------------------------------------------- /security/display-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/display-errors.md -------------------------------------------------------------------------------- /security/hardening.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/hardening.md -------------------------------------------------------------------------------- /security/https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/https.md -------------------------------------------------------------------------------- /security/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/index.md -------------------------------------------------------------------------------- /security/logging-in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/logging-in.md -------------------------------------------------------------------------------- /security/mfa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/mfa.md -------------------------------------------------------------------------------- /security/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/monitoring.md -------------------------------------------------------------------------------- /security/users-and-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/security/users-and-roles.md -------------------------------------------------------------------------------- /server/control-panel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/control-panel.md -------------------------------------------------------------------------------- /server/empty-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/empty-database.md -------------------------------------------------------------------------------- /server/file-permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/file-permissions.md -------------------------------------------------------------------------------- /server/httpd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/httpd.md -------------------------------------------------------------------------------- /server/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/index.md -------------------------------------------------------------------------------- /server/mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/mail.md -------------------------------------------------------------------------------- /server/nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/nginx.md -------------------------------------------------------------------------------- /server/server-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/server-info.md -------------------------------------------------------------------------------- /server/subdomains-wildcard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/subdomains-wildcard.md -------------------------------------------------------------------------------- /server/web-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/web-server.md -------------------------------------------------------------------------------- /server/wordpress-in-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/server/wordpress-in-directory.md -------------------------------------------------------------------------------- /themes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/themes/index.md -------------------------------------------------------------------------------- /upgrade/adminer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/adminer.md -------------------------------------------------------------------------------- /upgrade/filezilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/filezilla.md -------------------------------------------------------------------------------- /upgrade/ftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/ftp.md -------------------------------------------------------------------------------- /upgrade/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/index.md -------------------------------------------------------------------------------- /upgrade/migrating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/migrating.md -------------------------------------------------------------------------------- /upgrade/phpmyadmin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/phpmyadmin.md -------------------------------------------------------------------------------- /upgrade/upgrading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/upgrade/upgrading.md -------------------------------------------------------------------------------- /wordpress/common-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/common-errors.md -------------------------------------------------------------------------------- /wordpress/cookies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/cookies.md -------------------------------------------------------------------------------- /wordpress/css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/css.md -------------------------------------------------------------------------------- /wordpress/edit-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/edit-files.md -------------------------------------------------------------------------------- /wordpress/feeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/feeds.md -------------------------------------------------------------------------------- /wordpress/import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/import.md -------------------------------------------------------------------------------- /wordpress/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/index.md -------------------------------------------------------------------------------- /wordpress/loopback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/loopback.md -------------------------------------------------------------------------------- /wordpress/multilingual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/multilingual.md -------------------------------------------------------------------------------- /wordpress/oembed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/oembed.md -------------------------------------------------------------------------------- /wordpress/post-formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/post-formats.md -------------------------------------------------------------------------------- /wordpress/site-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/site-architecture.md -------------------------------------------------------------------------------- /wordpress/update-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/update-services.md -------------------------------------------------------------------------------- /wordpress/wp-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WordPress/Advanced-administration-handbook/HEAD/wordpress/wp-config.md --------------------------------------------------------------------------------