Hi All,
I am very mew in WordPress mu. I am facing problem in subdomain i have created subdomain successfully but when i go to that sub domain by url it is showing error "Firefox can't find the server at subdomain.localhost.localdomain"
My main domain url
http://localhost.localdomain/wpmu
My Sub domain url
http://subdomain.localhost.localdomain/wpmu
but it is giving me error
Please give any solution for it.
Thanks in advance
Rajesh Gurjar
WPMu needs to be in the root of where you;re going to serve blogs from. In this case localhost.localdomain. You have the files in a subdirectory under root.
For reference, this is mentioned in step 3 of the install instructions:
http://trac.mu.wordpress.org/browser/trunk/README.txt#L21
3. Unzip to an empty folder, either in the main directory, or in a subdirectory. If you want subdomain blogs, you must use the root of your site.
Hope this helps
Either way, localhost won't do the wildcard subdomains.
Add the subdomain to your hosts file.
Could you please explain me the modifications to hosts file and how to modify it in Cpanel explicitly.
Thanks