Nginx to allow WordPress to support fixed-link pseudo-static rules
For Nginx to support WordPress fixed links is very simple, you need to add point configuration code:
Copy Code code as follows:
Location/{
if (-f $request _filename/index.html) {
Rewrite (. *) $1/index.html break;
}
if (-f $request _filename/index.php) {
Rewrite (. *) $1/index.php;
[Help!] How to change the wordpress database connection to the link in app_config.php configured by myself. how to change the wordpress database connection to the link in app_config.php configured by myself. the content in app_config.php is: $ APP_MYSQL_CFG ['mydo. com ']; nbsp [help!] How to change the
The space used for blog sites is usually very small. If there are too many local images, the space may be used up all of a sudden. Many bloggers have begun to favor external album albums, this saves space. I heard that external images have an impact on seo, but they are not well indexed locally. Here I think of a solution to this problem: disguise the link address of external images as a cost-effective image link
Machine execution NBSP; NBSP;MYSQL-UROOT-P–DEFAULT-CHARACTER-SET=UTF8NBSP; MYTABLENBSP;NBSP; mytable.sql In advance to create a good mytable library on the B machine, note that the database encoding to be consistent with the originalThis problem often occurs when you use Navicat to back up a restore. It's probably the reason for the coding.After WordPress migration, if the appearance of the homepage is normal, the article page 404 error, is d
Article Introduction: WordPress links to add Nofollow method of detailed explanation.
The early days of building a blog, the exchange of links is a good way to get high-quality links. However, sometimes although the other side of the site to give you a link, but to your friendship link added nofollow attribute, I believe that understanding nofollow ta
Wordpress prohibits calling the official Gravatar profile picture to call the ssl profile picture link to increase the loading speed. wordpressgravatar. Wordpress prohibits calling the official Gravatar profile picture to call the ssl profile picture link to speed up loading. wordpressgravatar functions in the topic. a
Nothing this afternoon, like the previous start to do SEO optimization, of course, involving to a permanent link, WordPress offers a variety of types of link form
1/%year%/%monthnum%/%day%/%postname%/
2/%year%/%monthnum%/%postname%/
3/%year%/%monthnum%/%day%/%postname%.html
4/%year%/%monthnum%/%postname%.html
5/%category%/%postname%.html
6/%post_id%.html
7
See many kinds of links on the Web page, I prefer the round head of this, first look at the effect bar: PortalIt is this is the circle of the friend chain user picture, the following is the friend chain user site name, and then the mouse to move up the avatar will rotate, how to achieve this effect? I find a lot of online is not very detailed, so I intend to write an article for you to facilitate:Before you take a look at my two other articles: "These two articles are very important, many of the
WordPress custom menu can add a custom link, that is, set a custom URL as a menu, but the default custom link open way is the current page jump, how to give this link set target= ' _blank ' properties?
In the WordPress source code can be found to change the menu properties
Friendship links for a separate blog can be said to be a must, there are many people choose to join the sidebar link columns, but the establishment of a separate link page is also a good choice. With Plug-ins can easily do this, but like the original I, can solve their own hands, or to solve their own. After a while, the method came out.
Common methodset up a link
by 32-bit and 64-bit systems respectively. Because I am a 32-bit system, I can choose wordpressurlrewrite32.dll.
Open IIS manager, locate the website, right-click Properties, and switch to the ISAPI Filter tab:
Click "add", Filter Name, and enter a Filter Name. Browse to the DLL file and click "OK.
Then, open the wordpressurlrewrite. ini file and check whether the rules in the file are suitable for you. modify the rules as needed.
After confirmation, restart IIS or your computer. After th
I hope you will end your Google and Baidu search here. example. you do not need to open any file or change the code .. once the program or Theme is upgraded, Shenma enters the background plug-in to install the plug-in search plug-in IISChineseTagPermalink. original article address: wordpress Chinese link 404. Thank you for sharing it with me.
I hope you will end your Google and Baidu search here. example.
: This article describes how to solve the fixed link nginx access 404 problem in wordpress configuration. if you are interested in the PHP Tutorial, refer to it. WordPress supports the use of fixed links, but in the ngnix environment, 404 appears after accessing the page,
In fact, the official documents indicate that you need to write the configuration separatel
Some parameters of wordpress fixed link settings:
%year%: Based on the year the article was published, such as 2010;
%monthnum%: Based on the month of the article release, such as 01;
%day%: Based on the date of the article release, such as 06;
%hour%: Based on the article published hours, such as 23;
%minute%: Based on the article release minutes, such as 43;
%second%: Based on the pos
[Help!] How to modify the WordPress database connection to my own configuration of the file: app_config.php in the link.
How to modify the WordPress database connection to my own configuration of the file: app_config.php in the link.
The content in app_config.php is:
$APP _mysql_cfg[' mydo.com '];
$APP _mysql_cfg[' 405
In wordpress, how does one obtain only the name and link of the menu? Wp_nav_menu will retrieve the style. now you only want to get the menu name and link, and define different styles. ------ Solution -------------------- how can I get the name and link of the menu only in $ items nbsp; wp_get _
WordPress Blog Original fixed link mode is: http://site.com/archives/%post_id%.htmlWould now like to read: Http://site.com/%post_name%Requirements:1. Old article (http://site.com/archives/%post_id%.html) can 301 jump to the new fixed link mode2. New article is http://site.com/%post_name%Method:0. Premises-Warning: Toss a risk!!! Related to database operations, pl
WordPress prohibit call official Gravatar Avatar call SSL avatar link boost loading speed, Wordpressgravatar
Add the following code to the end of the functions.php file in the theme (Appearance > Edit >functions.php)
1 // official Gravatar Avatar call SSL avatar link 2 function Get_ssl_avatar ($avatar) {3 $avatarpreg_replace ('/.*\/avatar\/(. *) \?s= ([\d]+) .*
Wordpress link problem description: I have previously created a c ++ page and its alias is cpp. Therefore, its url is cpp. there is an article classification that is c ++, and its alias is cpp, so the classification url is categorycpp. later I used a no-categorybase plug-in to remove the article category. so cpp also points to the category. when the c ++ page is opened, I switched to the article classificat
Wordpress's default log URL format is usually: http://wp-site.cn /? P = POSTID. This URL is dynamic, which is not conducive to search engines collecting your logs. Therefore, we can modify the permanent link to make your blog address static.
The premise is that your blog host must support Mod Rewrite.
Create a new 1. htaccess file in the local notepad, upload it to the root directory of your blog, and change it to. htaccess to set the attribute to 644
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.