How to Set Up 301 Redirect on IIS
This article will introduce how to set up 301 redirect on IIS, if you are using Apache server, please refer to 301 Redirect Site to Another in Apachefor details. (more…)
- WordPress,PHP,Javascript,HTML,CSS
This article will introduce how to set up 301 redirect on IIS, if you are using Apache server, please refer to 301 Redirect Site to Another in Apachefor details. (more…)
When you want to change a new domain name for your wordpress, you may need to do these:
1. Set up the new domain name DNS to make sure it will be analyzed to the new wordpress hosting.
2. Update some necessary data in your wordpress, this is the title of this articles.
3. Setup 301 redirect for the original site, make sure it will redirect to the new one. Refer to 301 Redirect Site to Another in Apache for detailed information. (more…)
If you want to change a webname for your wordpress, you may need to redirect the original site to a new one permanently. This tutorial will talk about 301 redirect, which can lead the user to the new site without few lost. Here assumed you want to redirect site A(www.a.com) to site B(www.zzsay.com), and you are using a apache hosting, if your host is IIS, please refer to another article in my blog. (more…)
There are more and more spammers in my blog, they post various comments with some links in it, few of them are useful for my article. So I want to remove these links in comments. I have no other choose as long as I am using wordpress. (more…)
CSS/JS files loading optional will speed up your wordpress, improve wordpress performance, and will have a better user experience. Usually, it seems everyone is using two or more plugins in wordpress, on the other hand, many plugins/themes may have more than one CSS/JS files which will be called in every page. So we should combine some of them which have similar use or can be combined. (more…)
We know wp-config.php is the most important file of wordpress, it defines some important configuration data for MySQL database, I have seen many articles are talking about this file’s protection. Using htaccess to protect it is the most popular method. But which method will make your wp-config.php more secure? (more…)
Here I list some tricks about wordpress security, of course, there is no absolute security. but these basic settings should be cared to all of us, if you are a new wordpress user, please try these tips in your wordpress blogs or sites, I hope you have solved these potential problems. (more…)
If your wordpress login username is "admin", it is very necessary to change it for your wordpress security. If you are using a dissatisfied name. you can change it too. Here I list two method of how to change the login username in wordpress. (more…)
Here I list ten syntax highlighter plugins for wordpress, nor all the plug-edge test, almost you find these from wordpress’s dashboard->plugins, and can download compressed package view, if you have a better recommendation, please feel free to let me know. (more…)
Simple-link is a good plugin, you can add any links to your posts. but it does not support the new Dean's FCKEditor which can replace tinyMCE the default editor for WordPress. Dean's FCKEditor use the newest CKEditor as the default editor. If you want your simple-link plugin compatible with CKEditor, you can modified some codes of simple-link. (more…)