I’m creating a website for a client, who would like NOT to use Drupal, but would like a Drupal-style mod rewrite (friendly url) feature on their website.
Having never created my own mod_rewrite engine before, are there any handy hints or tips you can give me? The CMS is totally created by me, and it would be nice to offer this feature, so if you could help, thanks in advance.
Add that to your htaccess
and index.php/?argv=mypage will becomes /mypage then furthermore a php snippet to get the URI into an array
That’s what I’m using on my mvc.