Hello, I'm Erwin. I'm a Web Developer.
See my little experiences on my blog.

Make Shorten URL Application

Posted: February 27th, 2010 | Author: erwin | Filed under: PHP | Tags: , , | No Comments »

mourl

One day, I had developed shorten URL called moURL. moURL is simple web application to shorten long URL. Example:

long URL:

http://blog.erwinsetiawan.com/2010/02/27/make-dynamic-query/

shorten to:

http://mourl.net/fqkgod

Now I want to share on this post how to create it, but before create this application you must have mod_rewrite module enabled on your localhost server.

Read the rest of this entry »