Skip to content

Instantly share code, notes, and snippets.

Created June 27, 2016 11:50
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 anonymous/3cdbb25758ba17c1c48de9ee0137ca9e to your computer and use it in GitHub Desktop.
Save anonymous/3cdbb25758ba17c1c48de9ee0137ca9e to your computer and use it in GitHub Desktop.
<?php
/* Unterhalb des Tabellen-Präfix in die wp-config.php einfügen. */
define( 'WP_SITEURL', 'https://www.deinewebsite.de' );
define( 'WP_HOME', 'https://www.deinewebsite.de' );
define( 'WP_CONTENT_URL', 'https://www.deinewebsite.de/wp-content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment