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....

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

     

    This should work for you.

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

     

    This should work for you.