View Single Post
Old 07-08-2004, 02:36 PM  
dgraf
Confirmed User
 
Join Date: Jun 2004
Posts: 133
Quote:
Originally posted by goBigtime
Try this rule:

RewriteRule /gallery.php?id=([0-9]+) /gallery/$1/
IMHO it should be -
Code:
RewriteRule /gallery/([0-9]+)/        /gallery.php?id=$1
dgraf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote