"Pretty" URL's, Wordpress and a PHP Application
I am building a PHP application (Rom Finder for Android Roms) within Wordpress. I would like to enable pretty urls when viewing a rom. I would like to use a specific piece of data called uri (Custom URL for each rom). So say I have example.com/roms?url=something I would like to use example.com/something. Also the /roms 'page' is already rewritten via wordpress if it makes a difference.
I don't really get the mod_rewrite stuff so I really need some help on how to implement this.
Thanks!
|