url ends with?
-
ppeer
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 25
-
Thank you received: 0
-
-
10 years 5 months ago - 10 years 5 months ago #2656
by ppeer
Hi Luigi,
What to input in the url field when the logging shows:
{"option":"com_jumi","view":"application","fileid":"1","icat":"education","icategory":"training","Itemid":null,"limitstart":"2"}
where the 2 in limitstart:2 is a variable used for pagination. I've tried to use the ending with symbol $ but without succes.
eg. /limitstart=([0-9])+$
All in all I want to set up a rule for the pagination url's whereby a pagination page isn't being indexed.
regards
Peter
Last edit: 10 years 5 months ago by ppeer.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 5 months ago #2660
by admin
Hi Peter,
the information in the console log are useful to build your rules, but the rule works always on the requested URL. If you want to match ANY URL that contains the limitstart variable you could use:
Grouping is not necessary. But your rule works only if the URL is:
/limitstart=NNN
I have never seen URL like this
Hope this is clear. Let me know if you need more help.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds