Hello,
So I am trying to use mod_rewrite to run some dynamic php. I would like to be able to go to mysite.com/articles.php?uid=something and have it substitute the uid value into this:
[php]<?php echo $apicms->content(uid)->getHtml(); ?>[/php]
And then spit back a url in the url bar that looks like this: mysite.com/articles/uid
And if it is at all possible make it so that if I go to mysite.com/articles/uid it would be able to re-run the dynamic php