View Single Post
10-23-2006, 08:14 PM
#3
L146705 is offline L146705
Status: Junior Member
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 52
iTrader: 1 / 100%
 

L146705 is on a distinguished road

  Old

thanks I got this one to work
RewriteEngine On
RewriteRule ^([^.]+)/([^.]+)/([^.]+)$ details.php?id=$1&title=$3&catname=$2 [L]

it has loads of %20 in the url, does anyone know how to get rid of them