Atlast! After several days of working on my modrewrite functions, I finally made this modrewrite running. But still it is under development. (Bugs will soon rise up when new modules are installed and implemented)
For those who didn't know what mod-rewrite is: Mod Rewrite is a set of functions built into .htaccess, an Apache module which allows for all sorts of nifty tricks with URL's, Error Pages, etc.
ModRewrite specifically is used mostly for changing dynamic links, such as:
http://pjlim.com/?p-a-g-e_i-d=?2
into search engine friendly static URL's, such as:
http://pjlim.com/about-pjlim.html
While the dynamic link won't get indexed easily, and likely not at all without external sites linking directly to that URL, the static link will get indexed with simple internal linking.
ModRewrite is a very powerful tool for creating static links for content management systems, forums, blogs, etc.. Mod Rewrite is for SEO – Search Engine Optimization this is the process of making a website search engine friendly so that the site will get high ranking in the search results of search engine.
If your going to ask me y' I do this modrewrite thingy?
My answer is simple: I do this because I can! hahahah.