Posted in Experience & Notes on 12/01/2009 08:16 pm by ycTIN
The popular HTTP response code with simple description:
2xx Success
200 OK
Good status, server return successful
3xx Redirection
301 Moved Permanently
Permanently redirect to new URL, better in the SEO (Recommend)
302 Found
Temporary redirect to new URL(Default)
304 Not Modified
The request resource has not been modified since last requested. Browser will load the content from cached (IE may not)
Read the rest of this entry »
Posted in Wordpress on 11/25/2009 10:59 pm by ycTIN
Yesterday, I update my blog via Windows Live Writer. But get the following error message:
Image Upload Not Supported by Weblog
The following images cannot be published because the weblog does not support image publishing.
…some filenames
It has been working fine, and the Windows Live Writer not any update in this period, I just relocated my blog to another server, so I think the problem should be about this. I found a simple way to solve this problem, after checking the Wordpress configure.
Read the rest of this entry »