PDA

View Full Version : Force Rewrite and Redirect


BunkMedia
12-14-2009, 01:15 PM
I'm trying to figure out how to force an existing dynamic URL (ex; gallery.php?page=1). To be rewritten to (ex; gallery/1.html), without simply creating a rewrite rule and then editing the HTML so the clickable a href goes to gallery/1.html, instead of gallery.php?page=1.

Is this possible?

BunkMedia
12-16-2009, 06:28 AM
Any thoughts on this?