大陸新浪網 的 App Engine

大陸在新浪網(Sina)推出 Sina App Engine(SAE), 一樣是號稱 雲端運算, 而這個 App Engine 環境支援下述:

  • PHP 5.3.0
  • Mysql 5.0.86
  • Memcache
  • Fetch URL

不過需要邀請碼, 暫時是沒機會使用了, 
真想玩玩看~

閱讀全文〈大陸新浪網 的 App Engine〉

Apache2 mod_rewrite 於 %2F (/) 的 Bug 修復

現在大家都喜歡使用 /user/add, /user/list, /user/del ... 等等的網址, 若要於 Apache2 實現, 可以使用 mod_rewrite (rewrite) 實作.

但是 Apache2 的 mod_rewrite (RewriteRule) 在遇到 %2F 時, 於解析結果會和想像中的不同(%2F = /).

閱讀全文〈Apache2 mod_rewrite 於 %2F (/) 的 Bug 修復〉