Hello! i want to use taglister with friendly url, but it redirects me to the main page always.
i use these constructions:
taglister calling
[[!tagLister? &sortBy=`tag` &target=`19` &altCls=`` &tpl=`tag_user`]]
tag_user chunk
<span class=" "> <a href="[[~[[+target]]]][[+tag]]/">[[+tag]] </a></span>
Also I added this line into my .htaccess
RewriteRule ^tags/([^/]*)/$ /tags/?tag=$1&key=tags [L]
what I did wrong?
[ed. note: tipharet last edited this post 11 years ago.]