Oct
27

Loading ...
在眾多重定向技術中,301永久性重定向是最為安全的一種途徑,也是極為理想的一款解決方案。
對於正確實施301重定向,有這樣幾個方法可供大家參考:
1.在.htaccess文件中增加301重定向指令
採用「mod_rewrite」技術,形如:
RewriteEngine on
RewriteRule ^(.*)$ http://www.vincent.idv.hk/$1 [R=301,L]
2.適用於使用Unix網絡服務器的用戶
通過此指令通知搜索引擎的spider你的站點文件不在此地址下。這是較為常用的辦法。
形如:Redirect 301 / http://www.vincent.idv.hk/
閱讀這篇文章的其餘部分 »
Written by 傻仔仔
Oct
27

Loading ...

IE和FF都可運行。 下面是原文簡介:
If you are a big Mac fan, you will love this CSS dock menu that I designed. It is using Jquery Javascript library and Fisheye component from Interface and some of my icons. It comes with two dock styles - top and bottom. This CSS dock menu is perfert to add on to my iTheme. Here I will show you how to implement it to your web page.
Written by 傻仔仔