Set a 'www' on a WordPress subdomain OR how to tell Facebook that I've removed the 'www' subdomain -



Set a 'www' on a WordPress subdomain OR how to tell Facebook that I've removed the 'www' subdomain -

i moved website wordpress multi site.

introduction: because i'm using wordpress multisite, doesn't allow using "www" sub-domain.

problem: because of lost "likes".

how can i:

tell facebook it's same page won't lose "likes"?

or

get wordpress multisite utilize "www" subdomain

i've looked everywhere on internet, couldn't find reply subject.

yes, know can't move likes 1 page other, removing wwww? or how wordpress multi-site show website subdomain of www?

i'm not sure if helps facebook problem, should definitly redirect www.whatever.com whatever.com if moved site, peoples bookmarks, , google moved.

the easiest way propably edit .htaccess file in root directory, redirect. there tones of online recources that: seek adding above wordpress stuff like:

rewriteengine on rewritebase / rewritecond %{http_host} ^www.yourdomain.com [nc] rewriterule ^(.*)$ http://yourdomain.com/$1 [l,r=301]

not sure facebook though.

facebook facebook-like wordpress

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -