RewriteRule ^article-title-one.html$ index.php?page=focus&id=775 [NC,L]
RewriteRule ^article-title-two.html$ index.php?page=focus&id=772 [NC,L]
RewriteRule ^Test-One$ index.php?page=browse&id=4 [NC,L]
RewriteRule ^Test-Two$ index.php?page=browse&id=5 [NC,L]
RewriteRule ^Test-Three$ index.php?page=browse&id=6 [NC,L]
this is what i am using right now, works great...
except i can imagine the file getting really long as i add more and more articles... is that a problem?
is there a better way to write this url rewrite htaccess file?
thanks!