I assist in the server maintance of a Wordpress install with a multi-site setup. When a new blog is created an email is being sent out that has an invalid URL, it is missing a required slash.
In the email that is sent we see http://blog.example.orgdisttech/ (wrong), when we really want this http://blog.example.org/disttech/ (correct), notice the missing slash between the .org and /disttech.
The blog is created, and appears in the list of sites, but does not seem to work.
What confuses me here is there are no URLs or domain names defined anywhere. A grep of the entire Wordpress directory on the filesystem for blog.example.org does not turn up any results, so I am pretty sure this isn't something I have configured in a file at some point.
Wordpress is using the latest stable release (3.2.1).
-----Original Message----- From: example.org [mailto:blog@example.org] Sent: Friday, November 04, 2011 12:51 PM To: !DISTRICT TECHNOLOGY Subject: New example.org Site: District Technology Dear User, Your new example.org blog has been successfully set up at: http://blog.example.orgdisttech/ You can log in to the administrator account with the following information: Username: admin Password: N/A Login Here: http://blog.example.orgdisttech/wp-login.php ...