Skip to content

Instantly share code, notes, and snippets.

@INDIAN2020
Forked from yanknudtskov/move-wp-config.php
Created June 18, 2018 07:50
Show Gist options
  • Save INDIAN2020/27fa179fd4f784226f0d0f71e3d67ae5 to your computer and use it in GitHub Desktop.
Save INDIAN2020/27fa179fd4f784226f0d0f71e3d67ae5 to your computer and use it in GitHub Desktop.
Move the Wordpress Configuration File
define('ABSPATH', dirname(__FILE__) . '/');
require_once(ABSPATH . '../path/to/wp-config.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment