« September 2005 | Main | November 2005 »
I have a few static web pages submitted to some scientific search engines such as citeseer. So I would like to keep them forever. How to integrate them to my dynamic weblog however presented a challenge. Luckly I found mod_redirect to be the saver.
I can simply delete my old static pages, and use mod_redirect to redirect the old URLs to the new URLs generated by my dynamic weblog. For example, to redirect my old "publications.htm" to my weblog's "publications" category, I just need add the below line to httpd.conf:
Redirect permanent /publications.htm http://www.jihe.net/research/publications/
With above, when visiting the non-existing publications.htm, instead of getting a 404 "not found" error, the web browser and search enginee will be taken to the new location http://www.jihe.net/research/publications/ and the new content will be indexed.
I know this has been overdue for a long time, but finally I managed to migrate all my old blogs to MoveableType v3.2.
Compared with my old friend WordPress, MoveableType provides some unique features such as static html page generation and visual template switching through StyleCatcher (although I must say that installation of StyleCatcher presented a challenge to me -- thanks Earl Fogel!!).
Hopefully I could have enough time to migrate the rest of my web site such as the programs and data sets downloads. So guys stay tuned (and I will be back after a short commercial break...)
OK here is another not-so-useless email I discovered out of my tones of spams. Sybase is giving away its SQL Anywhere v9 for Linux for free to the developers' community. Come together in the email are two free webcasts which I am not so interested in but just server as FYIs:
Learn more about the complementary features of SQL Anywhere and Linux by viewing this on-demand Webcast, and
Hit the ground running by viewing an on-demand Webcast that answers the most common questions of first-time SQL Anywhere users. Have more in-depth questions? Visit the iAnywhere Developer Community for code samples, EBFs, and our award-winning newsgroups.