View Single Post
Old May 1st, 2008, 10:56 AM   #4 (permalink)
MarkRH
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,218 posts
Gave thanks: 18
Thanked 86 times
Hmmm... this might work...

Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^article/([0-9]*)/([0-9]*)/([A-Za-z_0-9\)\(\-]*)$ article?1=$1&2=$2&3=$3 [L]
</IfModule>
if the file is actually called article.php then make the second article, article.php instead.
MarkRH is offline   Reply With Quote