We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46837
    • 1 Posts
    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 10 years, 1 month ago.]