I have searched the corners of this forum and cannot find a correct answer for this (well, a working correct answer). I want to change the URL:
Quote
index.php?id=1
to...
Quote
/article-id-1/
Now I know that's done using some sort of mod_rewrite rule in .htaccess, but I have tried to find a lot of information out and no such luck as of yet.
So far, all I understand is:
RewriteEngine On RewriteRule ^(.*)/ index.php?id=$1
But I can't figure it out. Does anybody know?
Thanks.
Edited by Jackdawhouse, 13 June 2008 - 07:32 PM.
