Proposal: more for wp-config
-
I saw Cloudron team added
WP_HOME and WP_SITEURL
Why 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
-
I saw Cloudron team added
WP_HOME and WP_SITEURL
Why 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
-
I saw Cloudron team added
WP_HOME and WP_SITEURL
Why 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 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
-
Is there more information on COOKIE_DOMAIN ? Since https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain seems to be broken link
-
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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login