Forum Discussion

mayank's avatar
12 years ago
Solved

query string check

  url:www.community.com/video?=123   If url contain 123 then then show this else this in free market....
  • diwakhat's avatar
    12 years ago

    <#if http.request.url?contains("123")>
    ...content just for this page goes here...
    </#if>

     

    This should work for you.