Clone a wordpress website with same functionality, but different content
Built in! WordPress comes with feature for this: »MU« or Multisite or Network. You can read more about it in Codex. Summed up The most important part is a single line in your wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true ); Then you have to decide whether you want to use sub domains or sub directories. One … Read more