Proposal: more for wp-config
-
I saw Cloudron team added
WP_HOME and WP_SITEURLWhy not adding COOKIE_DOMAIN and NOBLOGREDIRECT which prevent sending cookies with each request
ref: https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domaindefine( 'COOKIE_DOMAIN', 'www.domain.tld' );
define( 'NOBLOGREDIRECT', 'https://www.domain.tld' );I used them on different WP since over a year now with and never add issue
-
@jodumont said in Proposal: more for wp-config:
ref: https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain
That's the old link, here is the new one: https://wordpress.org/support/article/editing-wp-config-php/#set-cookie-domain
-
@jodumont Woah, looking around for constants lead me to this super optimized wp-config.php file, it's super unique (cornerstone of a script, slickstack.io). The stack itself is unique. Maybe I'll Dockerfile it someday and offer it as an alternative to the main WP install here on Cloudron. Since researching it, I love their optimizations.
https://github.com/littlebizzy/slickstack/blob/master/wordpress/wp-config.txt
-
I agree with both of @girish's assessments of the file for the time being. But that doesn't mean that when Cloudron does support multi-site in the future, we can't assess multisite constants. So thanks for bringing it up! It lead me to that really interesting and eye-opening wp-config.php on Github.