Network Admin pointing to the wrong URL
-
Hello – I realize that there have been many posts about this topic. I have diligently reviewed about 2 dozen thinking that I would be able to find a solution. But no luck. Let me begin by describing my install environment:
Running WP 3.7.1 on Windows Server 2008 R2, IIS 7.5. My WordPress core files are stored at c:\wordpress. WordPress is added as an application under the lawnside.com site in IIS, which makes is accessible via lawnside.com/wordpress/. My web root web folder is physically installed on a UNC called \\readynas\lawnside. I have created an internal web site (not accessible via the Internet) called lawnside.com. I have started by creating a standalone WP installation and everything works perfectly. I then modified web-config.php file to include the line:
define( ‘WP_ALLOW_MULTISITE’, true);
Then after logging backing WP, I installed a multisite network and added the following to my web-config.php:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘lawnside.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);I also added the system generated rewrite statements to web.config.
After logging out and then back in I poked around on my one installed site and it looks fine – I can use all of the WP links fine. The problem is that when I go to My Sites -> Network Admin, the associated URL being called is lawnside.com/wp-admin/network/ which fails since the correct URL is lawnside.com/wordpress/wp-admin/network/
Again I have reviewed all of the forum threads. I have even wiped out the entire installation and started from scratch. Any help/direction for things to look for would be MUCH appreciated. I am at a loss right now on the what else to look for to fix the issue.
Thank you in advance.
The topic ‘Network Admin pointing to the wrong URL’ is closed to new replies.