Hello
İ want wordpress multisite.
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
How to subdomain active or setup
Hello
İ want wordpress multisite.
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
How to subdomain active or setup
Can you please explain your question a little bit more in detail?
PS: Here's a nice documentation
http://codex.wordpress.org/Create_A_Network
PS²: I would prefer to ask in the official wp forum..
I'm using i-mscp panel
I installed WordPress Multisite
There are 2 options
1 of them in sub-folders, the other sub-domains
I wonder how it will work together with the option of sub-domain i-mscp
may this get you further: http://premium.wpmudev.org/blo…need-wordpress-multisite/
Thank you. Solved.
Apache
In the httpd.conf file, or in the include file containing the
VirtualHost section for your web account, add a line like this (if it is
not already present):
ServerAlias *.example.com
Also create a wildcard DNS record like:
*.example.com A 192.0.43.10
Display More
Apache
In the httpd.conf file, or in the include file containing the
VirtualHost section for your web account, add a line like this (if it is
not already present):
ServerAlias *.example.com
Also create a wildcard DNS record like:
*.example.com A 192.0.43.10
Hi,
I think it is not so good to edit the config-files in /etc/apache2 manually. They will be overwritten when you re-run the setup or some files will be overwritten if you made changes at doamin section in the panel.
Listener-files are here the right way.
But I also think, that it is not necessary for a wordpress network. What do you want to realize? A domain-based network or a path-based network?
Path-based: Nothing necessary to change.
Domain-based: You can add a subdomain in the control panel and use it as a shared mount point.
Thats all.
Greets
Chris