Nginx is becoming more and more popular because of its high performance, I will show you how to create WordPress rewrite rule for nginx.
Suppose you install WordPress under /blog/ directory.
Without WP Super Cache plugin
location /blog {
try_files $uri $uri/ /blog/index.php?q=$uri&$args;
}
Archive for the ‘WordPress’ Category
WordPress Rewrite Rule for Nginx
Great Plugins to Socialize Your Wordpress Blog
WordPress is the most popular blogging tool on the planet, with the development of the Internet, microblog and social network is becoming more and more popular. Now, I am going to introduce several great WordPress plugins to socialize your WordPress blog and promote your blog.
WordPress publishes pages dynamically, so the fewer plugins you use, the [...]
Remove Category in WordPress Permalinks
By default, WordPress will add category in permalinks of category archives, it’s not pretty, I think most of WordPress users want to remove it, including me, now I will introduce you a plugin to do this job.
This plugin is called WP no category base, what you have to do is upload this plugin to your [...]
WordPress 2.8 Beta 2 is out
WordPress is a popular blog platform and most of the blogs are powered by WordPress.
Just several days after WordPress 2.8 Beta 1, now WordPress 2.8 Beta 2 is out, everyone can download it form here.
Hoping to see WordPress 2.8 soon.
WordPress Permalinks on IIS
Most of WordPress blogs are host on Linux/Unix servers, but some are hosting their WordPress on Windows. If we host WordPress on IIS (WordPress allow users to set permalinks on IIS with index.php in URL, this doesn’t looks pretty.), we can’t use mod_rewrite. Besides, we don’t have administrative control on shared hosting, so we can’t [...]
RSS Feed
Posted in
Tags: