I think you missed a step somewhere.
http://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/
Did you park the domain on the MAIN domain where wordpress is installed, and NOT the subdomain?
Thread Starter
singhz
(@singhz)
Thanks for quick reply.
websitesseo.com.au’s document root id /public_html/websitesseo.com.au
* subdirectoty’s document root is /public_html/websitesseo.com.au
endofleasecleaners.com – parked domain’s document root is /public_html
This is shared hosting so parked domain must be parked at root only.
Could i do mapping with addon domains.
OR
What are the other options for me!
Thanks Again!
Thread Starter
singhz
(@singhz)
Ok i got this fixed!
Thanks!
Now i have different issue regarding WordPress MU…
I want new blog should have customized theme and more customize pages which i create for main website where wordpress is installed rather then default wordpress home and sample page with twenty ten theme!
Thanks Again!
Change the default theme
define('WP_DEFAULT_THEME', 'theme-folder-name');
Where theme-folder-name is the CASE SENSITIVE name of your theme folder you want to use as default. And yes, you MUST define something.
And then
* http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
And you should make a new topic for new problems 😉
And also look under the network settings pages for additional (lightweight) options for new blogs.
Thread Starter
singhz
(@singhz)