De ese vengo,
Código wp:
Ver originalStep 2: Setting Wildcard Subdomains
(If this is a Sub-directories Install, skip this step.)
Sub-domain sites work with the use of wildcard subdomains. This is a two-step process:
Apache must be configured to accept wildcards.
Open up the httpd.conf file or the include file containing the VHOST entry for your web account.
Add this line:
ServerAlias *.example.com
In the DNS records on your server, add a wildcard subdomain that points to the main installation. It should look like:
A *.example.com
If you can't access httpd.conf and your server uses CPanel. Make a sub-domain named "*" (wildcard) at your CPanel (*.example.com). Don't give names to subdomains at CPanel. If you can't do that, contact your host.
If your server uses Plesk Panel. There are several steps that differ when setting up the server for wildcard subdomains on a server using Plesk Panel compared to a server using cPanel (or no control panel). This article Configuring Wildcard Subdomains for multi site under Plesk Control Panel details all the steps involved. Although the instructions are comprehensive, the actual work only takes a couple of minutes.
If your server uses DirectAdmin panel. (2011.01) A. Click "User Panel" -> DNS Management -> add the following three entries using the three columns: * A 123.45.67.890 (Replace "123.45.67.890" with your website IP.) B. Click "Admin Panel" (If you have no "admin panel" ask your host to do this.) -> Custom Httpd -> yourdomain.com -> In the text input area, just paste and "save" precisely the following: ServerAlias *.|DOMAIN| (If you ever need to un-do a custom Httpd: return here, delete text from input area, save.)
External links:
Wildcard DNS record (Wikipedia)
Apache Virtual Host (Apache HTTP Server documentation)
DirectAdmin.com: Apache Wildcard Documentation... DirectAdmin.com forum: Wordpress wildcard subdomains.
Esa parte sobre todo está completa, el resto, también. Pero no me funciona
Preguntaba por otro manual más completo, si lo hubiera
Gracias por ayudarme