Quickly set up WordPress multi domain access and wordpress multi domain travel

One year ago (2023-11-27) Chief Editor
4 minutes
five hundred and fifty-five
zero

Now more and more people choose Wordpress as their website. Generally speaking, one website corresponds to one domain name, but this is also the case. The company has multiple domains, but only one website. Then how to deal with it. The following is a method for Wordpress to set up access to multiple domains:

1. Open wp-config.php in the root directory of the website, and select define (WP_DEBUG, false); Add the following after:

define(WP_SITEURL, // . $_SERVER[HTTP_HOST]);

define(WP_HOME, // . $_SERVER[HTTP_HOST]);

These two sentences mean that the domain name of the website is set as the domain name currently accessed, that is, the binding of the domain name is cancelled. If you do not need any domain name to access, but only a few domains, you can do this:

$domain = array("www.leiue.com", "www.zhangzifan.com", "www.tearsnow.com");

if(in_array($_SERVER[HTTP_HOST], $domain)){

define(WP_SITEURL, // . $_SERVER[HTTP_HOST]);

define(WP_HOME, // . $_SERVER[HTTP_HOST]);

}

Put the specified domain name in the $domain array.

Note: If it is https, please change the //in the code to //;

If the website is installed in the secondary directory, //$_ SERVER [HTTP_HOST] is modified to //$_ SERVER[HTTP_HOST]./ Corresponding directory name

Open Phoenix News to view more HD pictures

2. After completing the above work, your website can access multiple domains, but there is still a problem, that is, static resources. Pictures uploaded in WordPress are inserted into articles, and the address is fixed. After the domain name is modified, the domain name of the image will not be modified, so you need to modify the static file address, which can be solved by using the following code:

define( WP_CONTENT_URL, /wp-content);

Add this code to the above code.

————————————————————————————————————

SSL certificate is a prerequisite for HTTPS encryption protocol and an encryption channel for secure network transmission. The SSL certificate of the Digital Security Age (GDCA) is an international digital certificate recognized by the international WEB TRUST certification, and is the best choice for upgrading HTTPS. Moreover, GDCA is an international famous brand: GlobalSign, Symantec, GeoTrust SSL certificate domestic gold medal agent. Therefore, the digital security era has a variety of international certificates to meet various users' requirements for SSL. Users can apply to the digital security era for appropriate SSL certificates according to their own needs. The professional team of the digital security era will provide you with the best HTTPS solution.

This article is written by: Chief Editor Published on Software Development of Little Turkey , please indicate the source for reprinting: //hongchengtech.cn/blog/780.html
Kuke_WP editor
author

Related recommendations

One year ago (2023-11-27)

12 WordPress enterprise theme templates are recommended! WordPress can be built without writing code!, Wordpress setup

When many companies choose WordPress to build their websites, they often don't know which theme is easy to use. There are too many WordPress corporate themes in the market for everyone to choose, but they always hesitate to make a decision. Here we have carefully sorted out 12 WordPress corporate themes, covering all walks of life
four hundred and forty-eight
zero
One year ago (2023-11-27)

Inventory of WordPress themes on online course website (updated in 2020), free WordPress themes

To build an online education platform using the WordPress website building program, it is not only necessary to choose a better virtual host provider, but also the most important thing is to use a core online course plug-in, and a powerful WordPress theme can also improve students' learning experience. Learn more about WordPre
four hundred and forty-eight
zero
One year ago (2023-11-27)

Count the domestic excellent WordPress themes and wordpress excellent themes

WordPress originates from abroad, is easy to use, and is very popular, making more and more websites in China start to use WordPress website building programs. There are also many powerful experts or teams in China who have developed WordPress Chinese themes. This article details the outstanding WordPress themes in China. I Begin Theme
six hundred and thirty-eight
zero
One year ago (2023-11-27)

Best WordPress theme list in 2022 (free and paid), Wordpress resource network theme

When building a WordPress website, should you use a free theme or an advanced theme? What types of functions do you need, and how advanced do you want your website to be? These are all good questions. You need to explain before you spend money on WordPress topics. This is why we need to know all the details of the selected theme, and cover the topics from several
three hundred and ninety-three
zero

comment

0 people have participated in the review

Scan code to add WeChat

contact us

WeChat: Kuzhuti
Online consultation: