WordPress multisite urls fails, WordPress seem to redirect incorrectly
-
I have a problem with links to different servers in WordPress Multisite
When setting in wp_config file is like so:
define(‘PATH_CURRENT_SITE’, ‘/wordpress/’);
Links to network admin (https://localhost/wordpress/wp-admin) and main site (localhost/wordpress) work but other sites fail, for example localhost/wordpress/anothersiteIf I add an xtra forward slash in wp_config.php to:
define(‘PATH_CURRENT_SITE’, ‘//wordpress/’);
Only the link to network admin fails but all site url work.
I believe there is a problem with the web.config file but do not know how to configure it.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress multisite urls fails, WordPress seem to redirect incorrectly’ is closed to new replies.