URL not recognized by the query
-
jago
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 3 months ago - 11 years 3 months ago #1388
by jago
Hello,
I have 50+ entries for TagMeta and all work ok, but there is a section in my web that is loaded depending a part of the query.
That means, I can have this 3 urls:
/deposits/bank-accounts/comparison?accountType=currentaccount
/deposits/bank-accounts/comparison?accountType=savingsaccount
/deposits/bank-accounts/comparison?accountType=fixedtermaccount
that load 3 different sections. These urls can also have more variables in the query part, but the important one is accountType, that differentiates which page to load.
Those 3 are not recognized.
So how can I tell TagMeta to recognize them?
Thanks!
Last edit: 11 years 3 months ago by jago.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 3 months ago #1393
by admin
Hi,
first sorry for delay, I am on vacation.
Maybe you just need to escape the question mark (the rule is a regular expression), so try to replace ? with \?. If this not solves, send me a dump of Tag Meta table. Just post here or send me a mail at info(at)selfget.com.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
jago
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 3 months ago #1406
by jago
Maybe you just need to escape the question mark (the rule is a regular expression), so try to replace ? with \?.
Great! That worked
Thanks, man!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.135 seconds