You are currently browsing the デビラボ weblog archives for 11 月, 2008.
木曜日, 11 月 27th, 2008 Posted in ヤフー | No Comments »
YSTのインデックス アップデートが行われたたと Yahoo!検索 スタッフブログで 発表がありましたね。 私が管理している いくつかのサイトでも順位変動がみられるので、どの辺で 落ち着くか注目です。 http://searchblog.yahoo.co.jp/2008/11/yahoo_index_update_5.html Read more..金曜日, 11 月 21st, 2008 Posted in UNIX | No Comments »
○置換するか否かを確認しない :%s/置換前/置換後/g ○置換するか否かを確認する(c を付ける) :%s/置換前/置換後/gc Read more..金曜日, 11 月 14th, 2008 Posted in SEO, その他 | No Comments »
[sourcecode language='php'] header("HTTP/1.1 301 Moved Permanently"); header("Location: http://blog.devilab.net/"); [/sourcecode] header("Location: http://~/"); だと、302リダイレクトになってしまうので、301のヘッダー情報を付ける。 Read more..水曜日, 11 月 12th, 2008 Posted in その他 | No Comments »
PHP ini_set関数 include_pathをセット ini_set("include_path", "./pear". PATH_SEPARATOR . ini_get("include_path") ); ※左側にセットしたライブラリが優先 Read more..