• innocentraja42

    (@innocentraja42)


    Hi
    i want to create a multisite website. in this site open in different countries in different content how i create this type of website without plugin. i know how to create a multisite but my problem is how to show different country to redirect the particular website address

Viewing 7 replies - 1 through 7 (of 7 total)
  • Eve

    (@evahost)

    Hi,

    Cloudflare has some IP Geolocation tools that might get you started: https://support.cloudflare.com/hc/en-us/articles/200168236-What-does-CloudFlare-IP-Geolocation-do- It adds the country code to all requests to your website, from there it would be up to you to decide what to do with those requests.

    I hope that helps!

    Thread Starter innocentraja42

    (@innocentraja42)

    Thank you evahost

    its helpful but i need one more information about it
    any other way to do this domain changing using country ip no other code or other way like (.htaccess) code

    You’re quite welcome. You can create country-specific IP lists and redirect based on the results in .htaccess. You can do something like this:

    RewriteEngine On
    RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^CN$
    RewriteRule ^(.*)$ https://google.com [L]

    You can use this tool to create your rules https://www.ip2location.com/free/visitor-redirection

    I hope this helps!

    A website is the first multi-site domain has clearly defined objectives of users in many countries. Some multi-site just has a multilingual domain (for example: 1 site can have many different versions are used for American, Canadian, French and English versions of the Canadian content hours).

    Expansion 1 website covering all countries or all languages ??is one challenge. Because the site has multiple versions, many problems would arise, therefore, the original site as perfect as possible and to have the appropriate infrastructure to manage these sites.

    1 / Here are some instructions for creating multilingual sites and multi-domain site:

    Management of multi-lingual versions of the site
    Targeting site content to one particular country.
    Duplicate content for international sites.
    Management of multi-lingual versions of the site
    Locate the content to appear on the first search results by the appropriate language.

    Thread Starter innocentraja42

    (@innocentraja42)

    Thank you evahost for your valuable comments

    Thread Starter innocentraja42

    (@innocentraja42)

    tranthuphuong thank you so much for your comments

    but when my clients has separate product in each continent. so i cant manage the one international website for my requirements.

    Finlay i found https://www.flytonic.com/product/geo-target-plugin/ this its good for other than i think so

    Hello Friends!
    I wanted to create multisite, but whenever I created one, I received the following error as soon I tested it, can somebody out there help me, what is it, and how can it be adjusted?
    Not Found

    The requested URL /wp2/new/wp-admin/ was not found on this server.

    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘want to create a multisite website’ is closed to new replies.