WordPress multilingual website domain and folders

Answered & edited ! I have a single WordPress installation on example.com. I use Polylang plugin to add multilingual system to this website. I have 16 languages, and it’s configured to use example.com/fr for French, example.com/de for German, etc … I want to use domain name for Korean language and Japan. Instead of example.com/jp, I … Read more

How to configure DNS If I use the plugin yet-another-multi-site-manager?

I just configured yet-another-multi-site-manager and I can able to use internal sub-domains like 1.domain.com and 2.domain.com as alternate domains .I can able to create sub-sites on those domains successfully like try.1.domain.com . But Unfortunately when I set external domain(Primary domain Registered some where else) the sub-site’s URL showing error page.. Example: 3.domain.com is addon domain … Read more

Redirect one of two domains on one WordPress installation

I have to domains: mydomain.dk and mydomain.de. Both are showing the same page in danish. I have a plugin that takes care of the languages, but I need to connect the .de domain to the german ‘language layer’. How can I redirect mydomain.de to mydomain.dk/?lang=de. The mydomain.dk must stay as it is. Thanks in advance! … Read more

How would you detect if WordPress is installed in a subdirectory (not root)?

I want to check if a WordPress installation is working from a subdirectory. Common methods to achieve this are listed here: https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory these usually involve changing an index file and requiring WordPress main file from there, perhaps changing rules in htaccess if using Apache – there’s no setting up constants from what I can see … Read more

Two domains on one WordPress Installation

I recently changed the base domain on my WordPress website from http://www.fsdegrees.com to http://www.56degrees.co.uk. I would like to create various of 301 from old domain to new one, but for some reason I can still access pages using the old domain www.fsdegrees.com/blog I though it should come back with 404. I’m just afraid that Google … Read more

Subdomain and subdirectories together in one installation

I’m currently want to develop my design company website and choosing wordpress as my CMS. How do I should install the wordpress when I want the domain structure like this: Blog = blog.example.com Portfolio = example.com/portfolio/… Shop = shop.example.com = using WooCommerce I’ll be glad if someone would help, because I really have no idea … Read more