Hello,
I receive many errors for TAGS in NA.
Do not return the correct records
 
I use this rule for NA
${BASE_REPLACERULE_ROOT}[/${CategoryName}][/${ArticleTitle}][/${PageTitle}][.${Extension}]
Thanks,
Marius
Hi Marius,
can you give me an example of your errors for TAGS ?
For your rules, you will encounter some issue with the archive, search view. I'd advise you to set your rewrite rule like this : ${BASE_REPLACERULE_ROOT}[/${ArticleId,None}][/${Params,SubPath}][/${CategoryName}][/${ArticleTitle}][/${PageTitle}][/${ControlKey}][.${Extension}][?${QueryString,QueryStringValue}][#${Fragment,QueryStringFlag}]
Best regards,
You're right.
With this rule I have not received any error, but the URL is not very friendly.
1. for article
www.site.com/guides/articletype/articleview/spain.aspx
with my rule
www.site.com/guides/spain.aspx
2.for category
www.site.com/guides/articletype/categoryview/categoryid/1/europe.aspx
www.site.com/guides/europe.aspx
3.for tags
www.site.com/guides/articletype/tagview/Tag/paris-france.aspx
error  - Queries for tags are not properly
Maybe you can fix something for tags.
Hi,
thanks for your interest for Aricie.FriendlierUrlProvider but at this time, if we remove the acticleType params, NA will encounter some troubleshot. We will try to enhance the NA rewrite provider for next release to provide rewrite for Tag and Category. For the articleType, it will be difficult without compromising the NA module.
Thanks for your quick response.
www.site.com/guides/articleID/1.aspx
occur title instead of id
P.S.
I really like the way how solve the problem for PA.