[Plugin: Root Relative URLs] Subdirectory install?
-
Hi,
I found your plugin while trying to get wordpress site movable across servers/directories.
When I installed it the site broke down, but I made it run by changing config:define(‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/subdir/site’);
define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/subdir/site’);
define(‘WP_CONTENT_URL’, ‘/wp-content’);
define(‘DOMAIN_CURRENT_SITE’, $_SERVER[‘HTTP_HOST’]);But it seems to do nothing for now. Could it be usable for subdirectory installs?
Thanks.
The topic ‘[Plugin: Root Relative URLs] Subdirectory install?’ is closed to new replies.