Looks like you need to add a few entries to your wp-config.php file.
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
Read through this post, it should help: http://wordpress.org/support/topic/changing-multi-site-from-sub-directory-to-sub-domain
I have done that but how does define “( ‘SUBDOMAIN_INSTALL’, true );” actually work because my hosting say that wordpress cant create subdomains by its own. I found out after setting subdomains from false to true then I started to get that error when i visit my domain:
====================================================================
Index of /
CAS/
CAS2/
inicio/
http://www.cariycharly.com.ar/
====================================================================
That’s what I get when visit my Dashbord :
====================================================================
Not Found
The requested URL /wp-admin/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
====================================================================
I have done that but how does define “( ‘SUBDOMAIN_INSTALL’, true );” actually work
Here’s the codex doc: http://codex.wordpress.org/Before_You_Create_A_Network#Domain-based
You have to tell your server that the subdomain is ‘run’ by the install at your /public_html/ root. Then WP does it’s magic π
how is it possible my server/hosting dont allow wildcards.
Then you get to manually map your subdomains. Same principle applies: point them to the same location as your main install.
could you tell me how ( I installed also wordpress MU ).
How can i point them could you tell me step by step.
Remove define( 'SUBDOMAIN_INSTALL', true );
The directions are here: http://codex.wordpress.org/Create_A_Network
I have multisite and it works alright but i want to change from subdirectory to subdomain which i dont understand why i need to remove define( ‘SUBDOMAIN_INSTALL’, true );
I wrote everything in detail what happen and how it happen at:
http://wordpress.org/support/topic/wordpress-networking-issue?replies=1
i removed define( ‘SUBDOMAIN_INSTALL’, true ); as you wrote and the blog address “http://gold-rush-earners.blogg-in.com/” turned to “http://blogg-in.com/gold-rush-earners” but the blogs started to work again.
Sorry, I misread what you asked… I thought you were asking for directions on how to install multisite. It’s been months since your last post, after all.
http://codex.wordpress.org/Multisite_Network_Administration#Switching_network_types