Hello,
I m in a critical situation here. I have installed the WP MU 2.7. when a user is signing in for a new blog, he is receiving the mail to activate the new blog and all details but that activation link or the new blog created for him is not opening, it says site can not be found. Moreover when I check that in the site admin under blog...the blog does not shows up here. I tried adding a new blog myself from my admin login but this new blog is also not opening (though it shows up in site admin).
The link to my site is http://blogadda.net and any new user will get a site like user.blogadda.net
Can some one please suggest me wot might be the issue?
VentureMaker
Member
Posted 15 years ago #
You haven't set wildcard DNS for blogadda.net domain.
I created one A record with host name as * and value as my servers IP address. Now whatever subdomainname.blogadda.net I type it shows the lxadmin default page.
More help will be really appreciated.
I emailed you back and told you what to do. You need to add the records *in Apache*.
VentureMaker
Member
Posted 15 years ago #
http://subdomainname.blogadda.net/ here I see server default page, while it should show your WPMU.
Can you create * subdomain? I'm not familiar with LxAdmin, so can't tell exactly what you should do.
This is what httpd.conf file has at the end according to the tutorial it does not match the server alias things...
<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>