Return to Snippet

Revision: 67816
at October 30, 2014 22:11 by burnandbass


Initial Code
define ( 'WP_CONTENT_FOLDERNAME', 'public' );
define ( 'WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME );
define ( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/' );
define ( 'WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME );

Initial URL


Initial Description
Sometimes it is usefull to hide that you're using wordpress. Rename wp-content folder to "media" and add this un wp-settings.php just before including the settings.

Initial Title
Rename WordPress folder

Initial Tags
wordpress

Initial Language
PHP