by tant
13. August 2010 13:06
# enforce www (exclude certain subdomains)
if ($host !~* ^(www|subdomain))
{
rewrite ^/(.*)$ $scheme://www.$host/$1 permanent;
}
# enforce NO www
if ($host ~* ^www\.(.*))
{
set $host_without_www $1;
rewrite ^/(.*)$ $scheme://$host_without_www/$1 permanent;
}
77ea9882-d42f-49e3-a615-3015377b6bdd|0|.0
Tags: nginx
SEO | Tips
by tant
10. August 2010 06:00
XML-RPC (which stands for eXtensible Markup Language Remote Procedure Call) is a powerful way to manage a blog. Using it, you can post articles, comments, read posts and category lists, and more. In fact, our soft auto countent generator also use it:)
since WordPress 2.6 XML-RPC is turned OFF by default. Now, you have to turn XML-RPC or Atom ON for it to work.
go to Admin’s Settings; Writing; Remote Publishing and check the protocols for ‘Atom’, ‘XML-RPC’, or both.


by tant
9. August 2010 09:58
coolhandle.com No backup service.
Their entire system problems leading to me lost a month's data and web can not access with 5days.
if you are coolhandle.com customer.remember that backup your date Timely and Find a Secondary host.
at last thank god,I backup once a month,Otherwise my loss is more serious.
bb0072ee-41fd-41d5-8e1e-3c9eff7cf312|0|.0
Tags:
General