Skip to content

Instantly share code, notes, and snippets.

@boogah
Created October 16, 2012 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boogah/3902694 to your computer and use it in GitHub Desktop.
Save boogah/3902694 to your computer and use it in GitHub Desktop.
WordPress Multisite No Blog Redirect
// Point this wherever you'd like, but consider using your install's parent domain.
define( 'NOBLOGREDIRECT', 'http://domain.com/' );
@jessuppi
Copy link

jessuppi commented Jan 13, 2020

Just stopping by to mention that there should be no trailing slash on the URL value. In case you're interested, see:

https://github.com/littlebizzy/slickstack/blob/master/wordpress/wp-config.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment