Hello,

I heard about the multisite in wordpress . I search and do some steps apply for that .I make a network setup .But now what to do after network setup. please give me some suggestions

Thanks in Advance
Nits Patel

Recommended Answers

All 15 Replies

Will you be kind enough to at least let us know, what were those steps? Is it these steps as described or is it something else?

@veedeoo
yes. I do this steps.then In admin have a add new site option .But I don't know how to do this

Multisite is possible in localhost ?

@diafol

thanks for the help. but before post i watched this video .
all going good but when i add new site then it gives a error " Missing or invalid site address. " .

Member Avatar for diafol

Anybody... ? WP is not my thing.

ok. thanks @diafol

do you have a subdomain or dir based multisite?

checking the basics:
have you asked your provider to set your dns to *.yoursite.com?

i use it in the localhost

Than you have to tell your computer that you something else beside localhost
add
127.0.0.1 *.mymachine.com
to
C:\Windows\System32\drivers\etc\hosts (windows 7)

also tell xampp
add

<VirtualHost *:80>
    ServerName *.mymachine.com
    ServerAlias mymachine.com
    DocumentRoot c:/xampp/htdocs/wordpress
</VirtualHost>

to C:\xampp\apache\conf\extra\httpd-vhosts.conf

than install wp-multi using mymachine.com as site-url

i have use wamp in my localhost @pzuurveen

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.