Thanks. I have the following cofiguration (I did not look at the names not to confuse anything):
define( ‘SUBDOMAIN_INSTALL’, false );
and I basically make new sites of main_domain.com, like
main_domain.com/001
main_domain.com/002
main_domain.com/003 etc…
I use domain mapping plugin on shared hosting, so I just went to “Parked Domains” in cPanel and then added this domain in Multisite configuration…
I am gonna be starting with something like this:
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /comments
Disallow: /category/*/*
Disallow: /tag/
Disallow: */trackback
Disallow: */comments
Disallow: /2006/
Disallow: /2007/
Disallow: /2008/
Disallow: /2009/
Disallow: /2010/
Disallow: /2011/
(Second part is just an example)But that’s probably gonna be changing too…
Thank you.