Fairly basic mod Rewrite issue
问题 My site filters everything through the index.php script, and in reading the docs for mod_rewrite, it seems pretty darn easy, but I'm a bit stuck. I figured I would begin a page at a time to see if i could get it to work, and got stuck pretty quickly. I have user profiles, the longform of which is basically: http://www.mysite.com/index.php?content=profile&id=2172 So i added one Rewrite rule to my .htaccess file that sits in the root folder: RewriteRule ^profile/([0-9]+)$ index.php?content