Add a domain
Custom domains must be added to an environment’s VIP Dashboard in order to be used for launching a site or sending emails from an environment with that domain.
Ready to get started with WordPress VIP? Contact us
Showing page 14 of 16
Custom domains must be added to an environment’s VIP Dashboard in order to be used for launching a site or sending emails from an environment with that domain.
TLS certificates from Let’s Encrypt are available for domains on the VIP Platform by default, but customers can choose to provision custom TLS certificates from other certificate authorities instead.
WP-CLI commands can be created and run using VIP-CLI on the VIP platform. The best practices outlined here are an extension of the developer documentation in the WP-CLI Handbook and the Commands Cookbook.
By default, the VIP Platform caches responses from WordPress and Node.js applications by resource URL. Subsequent requests for the same resource URL may receive a previously cached response.
CircleCI supplied by WordPress VIP can be configured for a wpcomvip GitHub repository that deploys to an environment that has Default Deployment enabled.
The /languages
directory is mapped to /wp-content/languages
. /languages
is found in the root of an application’s wpcomvip GitHub repository and is intended for *.po
and *.mo
language translation files.
By default, image metadata is not stripped from uploaded images. The GET ?strip=all|info|color
query parameter string can be added to images served by VIP’s File System in order to remove JPEG image Exif, IPTC, comment, and color data from the output image in the browser.
Analyzing HTTP request logs can provide crucial insight into how an application is performing and how an audience is interacting with content. GoAccess is an open source tool that can be used to visualize request log data to can gain deeper insights into an application.
Changesets are the heart of any version control system, and making good changesets is vitally important to the maintainability of a codebase.
Commit messages are one of the most common ways developers communicate with each other, so it is important to clearly communicates any changes.