Skip to content

Instantly share code, notes, and snippets.

@wpmark
Created November 26, 2015 19:47
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 wpmark/5f70ecb13c06794dd35a to your computer and use it in GitHub Desktop.
Save wpmark/5f70ecb13c06794dd35a to your computer and use it in GitHub Desktop.
wp-config.php change for WordPress in its Own Directory
<?php
/**
* Bootstrap WordPress
*/
if ( !defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/cms/' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment