A basic structure to easily start a WordPress project
- Edit wp-config
- Define $app_name, $db_servers
- If necessary, define $table_prefix and $web_servers
- Generate salt keys from https://api.wordpress.org/secret-key/1.1/salt/
- If necessary enter specific code to be run below that configuration info
- Edit .htaccess
- For dev and test servers, copy .htaccess.dev to .htaccess and replace {app_name} by the real app name
- For prod server, copy .htaccess.prod to .htaccess