getA while ago I was figuring out how to rewrite GET variables for a wordpress plugin. For example:

http://mysite.com/mypage/?myvar=test

rewriting to

http://mysite.com/mypage/test

After a long search on the WordPress forums and the whole internet I’ve found this topic: using an extra parameter in an URL but it wasn’t very sufficient in my opinion. So that’s why I’ll explain the use of multiple parameters in the url.
Continue Reading »

Top of Page