ブログのURL をちょっと変えた。
旧: http://www.yasu-hide.com/
新: http://www.yasu-hide.com/blog/

これに伴い、本文中で画像などが全てリンク切れになってしまったので、以下の方法で対処。


$ mysql -u USERNAME -p DBNAME
> update mt_entry set entry_text=replace(entry_text,'www.yasu-hide.com/','www.yasu-hide.com/blog/');
> update mt_entry set entry_text_more=replace(entry_text_more,'www.yasu-hide.com/','www.yasu-hide.com/blog/');

$ find . -type f -name "*.php" | while read line ; do sed 's/archives/blog\/archives/' ${line} > ${line}.new && mv ${line}.new ${line} ; done

$ cat .htaccess
Redirect permanent /index.xml http://www.yasu-hide.com/blog/rss.xml
Redirect permanent /rss.xml http://www.yasu-hide.com/blog/rss.xml
Redirect permanent /atom.xml http://www.yasu-hide.com/blog/atom.xml
Movable TypeレンタルサーバーパックMovable Typeレンタルサーバーパック

メディアカイト 2005-04-21
売り上げランキング : 12857
おすすめ平均

Amazonで詳しく見る
by G-Tools