Cold Chicken » wordpress http://smux.net/blog Tue, 30 Aug 2011 19:51:16 +0000 en hourly 1 http://wordpress.org/?v=3.2.1 Test Mobile Post http://smux.net/blog/2008/02/24/test-mobile-post/ http://smux.net/blog/2008/02/24/test-mobile-post/#comments Sun, 24 Feb 2008 15:36:08 +0000 Sena http://smux.net/blog/2008/02/24/test-mobile-post/ This is a test post, being written from my new Nokia E61i.

WordPress could have a “light” post page, but the regular one seems to be working (despite having ~250kb).

I’m using WiFi, so I don’t know how this would work using GPRS or 3G.

By the way, I’ll be going to CeBIT next week. Yay!

]]>
http://smux.net/blog/2008/02/24/test-mobile-post/feed/ 1
First post and LighTTPd http://smux.net/blog/2007/12/01/first-post-and-lighttpd/ http://smux.net/blog/2007/12/01/first-post-and-lighttpd/#comments Sat, 01 Dec 2007 01:27:48 +0000 Sena http://smux.net/blog/2007/12/01/first-post-and-lighttpd/ This is my first post on this blog. Let’s see how this goes.

Found lots of stuff on the web about getting Pretty Permalinks working  with WordPress and LighTTPd, but they were all very complicated…

So I just wrote my own configuration:

$HTTP["host"] =~ "^smux\.net$" {
  url.rewrite-once = (
    "^/blog/(wp-.*)$" => "/blog/$1",
    "^/blog/(.*)$" => "/blog/index.php?$1"
  )
}

Then, select “/%year%/%monthnum%/%day%/%postname%/” as the Permalink custom structure, and you’re done… Simple.

]]>
http://smux.net/blog/2007/12/01/first-post-and-lighttpd/feed/ 0