Hi all,
Please help me with this situation: I am using RadComboBox to combine data from database. When I type something in the textbox, RadComboBox will show the scroll with filtering data. It looks nice and works fine in normal case.
And when I embed the SEO by using Ionics URL Rewrite with the rule like this:
Rewriterule ^province-list.html provincelist.aspx [QSA,L,I]
(if user address to http:///www.abc.com/province-list.html; everything is fine)
This rule worked fine, radcombobox worked fine too. But when I define more rule like this:
Rewriterule ^products/(.*)/all.html products.aspx?cat=$1 [QSA, L, I]
and if user address to http://www.abc.com/products/home-decorate/all.html, the site worked normally but the RadCombobox did not work anymore. I mean, if I browse the site with more 2 levels, and when I type something in the textbox of radCombobox, nothing shows in the scroll.
I added the resource rule like:
but it does not work too.
Please help me resolve this problem.
Thanks/
Please help me with this situation: I am using RadComboBox to combine data from database. When I type something in the textbox, RadComboBox will show the scroll with filtering data. It looks nice and works fine in normal case.
And when I embed the SEO by using Ionics URL Rewrite with the rule like this:
Rewriterule ^province-list.html provincelist.aspx [QSA,L,I]
(if user address to http:///www.abc.com/province-list.html; everything is fine)
This rule worked fine, radcombobox worked fine too. But when I define more rule like this:
Rewriterule ^products/(.*)/all.html products.aspx?cat=$1 [QSA, L, I]
and if user address to http://www.abc.com/products/home-decorate/all.html, the site worked normally but the RadCombobox did not work anymore. I mean, if I browse the site with more 2 levels, and when I type something in the textbox of radCombobox, nothing shows in the scroll.
I added the resource rule like:
RewriteRule (telerik.web.ui.webresource.axd.*) /$1 [I,L]
RewriteRule (webresource.axd.*) /$1 [I,L]
RewriteRule (scriptresource.axd.*) /$1 [I,L]
but it does not work too.
Please help me resolve this problem.
Thanks/