看了一篇月光的《博客文章复制自动加版权信息》,动手给自己的BLOG也增加了版权,但发现这个方法在wordpress却不能用,比如我复制自己文章内的一篇文章,复制出来的版权来源文章地址始终是一个地址,而不能随着每篇文章的URL不同而不同,并且不能添加到FOOT文件里下面我给一个另一个给文章加版权的方法,这个方法同样适用于其他的blog,并不仅仅限于wordpress,也可以添加到FOOT页脚里。
看了一篇月光的《博客文章复制自动加版权信息》,动手给自己的BLOG也增加了版权,但发现这个方法在wordpress却不能用,比如我复制自己文章内的一篇文章,复制出来的版权来源文章地址始终是一个地址,而不能随着每篇文章的URL不同而不同,并且不能添加到FOOT文件里下面我给一个另一个给文章加版权的方法,这个方法同样适用于其他的blog,并不仅仅限于wordpress,也可以添加到FOOT页脚里。
看到许多网站上都有自己的ICO,在浏览器的TAB栏中一眼就能识别是某个网站,觉得挺好的,所以GOOGLE了一下,发现在很多在线工具做出来的图片的背景和TAB的背景很不搭,找了很久才找到一个可以做透明的工具:
http://tools.dynamicdrive.com/favicon/
Google搜索中20个最受欢迎的域名页面清单(附表一):
.com(商业域名): 有4,860,000,000 个页面
.org (组织域名): 有 1,950,000,000 个页面
.edu(美国审核认可教育机构域名):有 1,550,000,000 个页面
.gov (美国政府域名):有 1,060,000,000 个页面
.uk (英国域名): 有473,000,000 个页面
.net(网络服务域名): 有206,000,000 个页面
.ca(加拿大域名): 有165,000,000 个页面
.de (德国域名):有145,000,000 个页面
.jp (日本域名):有139,000,000 个页面
.fr(法国域名): 有 96,700,000 个页面
.au (澳大利亚域名):有 91,000,000 个页面
.us (美国域名): 有68,300,000 个页面
继续阅读
|
这篇文章很好,先看完了就摘录过来!原文题目叫做How do I enable SSL after I have installed Zen Cart? 大意是安装好zen cart 后需要做的工作使zen cart 能正常运行。否则admin后台也许都无法登陆。 文章正文: 1. Make sure SSL is working on your account first Can you get to “https://www.your_site.com” ? If not, ask your hosting company how to do it. If you can’t access your site using an HTTPS:// address, don’t try to enable SSL in Zen Cart or you’ll just end up with broken pages in your store!!!(这个文章是摘自一个主机商的,不过我们自己的话是要安装好apache+php+mysql+curl+ssl等配置后就可以完成这一步) 2. Enable SSL support in Zen Cart(使zen cart 支持ssl安全连接) Different servers may have slightly different setups and the configuration also depends on whether you have your own certificate or are using a shared certificate. We will give some examples of the most common combinations. You will need to make changes in both the includes/ configure.php and admin/ includes/ configure.php. You may have to load the whole catalog into an HTTPS directory also. Please consult your host for the URL you will need. 3、Your Own Certificate // Define the webserver and path parameters Shared Certificate // Define the webserver and path parameters or: // Define the webserver and path parameters or: // Define the webserver and path parameters |