View Single Post
  #2 (permalink)  
Old 01-19-2008, 12:06 PM
AshDigg's Avatar
AshDigg AshDigg is offline
Mayor of PliggVille
 
Join Date: Dec 2005
Posts: 1,515
In your .htaccess file, add this line

PHP Code:
RewriteRule ^tag/(.+)/(.+)/?$ search.php?search=$1&tag=true&from=$[QSA,NC,L
ABOVE this line

PHP Code:
RewriteRule ^tag/(.+)/?$ search.php?search=$1&tag=true [QSA,NC,L
Reply With Quote