whats wrong with this RewriteRule ^game([_A-Za-z0-9-]+)?$.html /game.php?id=$1 [NC,L] my URL now is game.php?id=NUM i want to change it to gameNUM.html
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^game([^.]+)\.html$ game.php?id=$1 [L]
hers another problem. ;] i heard your a pro and at this? I have a url pages.php?type=football&title=ravens-loose how cna i make my url /football/ravens-loose