Ok, I have a link http://www.cuadmemo.com/posts.php?id=2861 and want it to show like this http://www.cuadmemo.com/2861 I have in the .htaccess file this.
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ posts.php?id=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ posts.php?id=$1
Have tried a number of different solutions that I read on this site but none seem to work this far. Any suggestions to fix this would be greatly appreciated.