Forum Moderators: phranque
I have pages like index.php and article.php?id=20 at the moment.
I would like mod_rewrite to convert these (visably to the user) to index.php?txt=%20%69 and article.php?id=20&txt=%20%69.
Ideally, it would not do this for seach engines - as they will not be able to spider the site.
Is anyone able to help me with this?
A quick search will uncover many examples of replacing and modifying terms in URLs and some good resources to help you learn to do this. If you post YOUR solution, our regulars are always quite happy to help you debug it (if needed ;) ).