Sxperm
02-05-2006, 03:42 AM
Hi, I've use htaccess to rewrite some of my dynamic URLs like this
Content visible to registered users only.
and I've edit link.tpl to call like this
Content visible to registered users only.
to match my htaccess file. My problem is when URLs has been called, it will be displayed like this
http://www.estateround.com/Real-estate-directory-Listings-details-23-Bay%20Area%20Real%20Estate.html
There has some %20 in my url becuase {$link.TITLE} that queried from DB has their own spaces and its spaced has been automatically encoded to "%20" I want to replace "-" instead of "%20" Is there a way to do that?
Regards,
Sxperm
Content visible to registered users only.
and I've edit link.tpl to call like this
Content visible to registered users only.
to match my htaccess file. My problem is when URLs has been called, it will be displayed like this
http://www.estateround.com/Real-estate-directory-Listings-details-23-Bay%20Area%20Real%20Estate.html
There has some %20 in my url becuase {$link.TITLE} that queried from DB has their own spaces and its spaced has been automatically encoded to "%20" I want to replace "-" instead of "%20" Is there a way to do that?
Regards,
Sxperm