Forum Discussion

mayank's avatar
11 years ago

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
    11 years ago

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

     

    This should work for you.