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
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
Jump to Postdo you have a subdomain or dir based multisite?
Jump to Postchecking the basics:
have you asked your provider to set your dns to *.yoursite.com?
Jump to PostThan you have to tell your computer that you something else beside localhost
add127.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
Jump to Postit's called a vitualhost
if you googled that you probably had found this:
http://cesaric.com/?p=255
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. " .
Anybody... ? WP is not my thing.
ok. thanks @diafol
do you have a subdomain or dir based multisite?
subdomain
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
add127.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
ok.thanks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.