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,574
Thanks: 235
Thanked 345 Times in 206 Posts
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
__________________
- Ash
Reply With Quote
The Following 3 Users Say Thank You to AshDigg For This Useful Post: