<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple Block Pages? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38264#M28018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dyang, do you know how to customize messages per "domain"? The html variable &amp;lt;user/&amp;gt; contains the IP address or the username like this "domain\username". But the backslash is an escape character. So impossible to use the split function in javascript to have on one side the domain and on the other side the username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx, Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2012 13:38:30 GMT</pubDate>
    <dc:creator>BPERE</dc:creator>
    <dc:date>2012-07-04T13:38:30Z</dc:date>
    <item>
      <title>Multiple Block Pages?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38261#M28015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to create/select/use a custom response/block pages for specific URL categories? For example: can I have one specific custom response page for "unknown" categories, and another block page for "malware" categories?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 19:33:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38261#M28015</guid>
      <dc:creator>apc050</dc:creator>
      <dc:date>2011-07-20T19:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Block Pages?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38262#M28016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know you can set only 1 block page. If you need this functionality then I would suggest to please contact your system engineer and request for this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 15:00:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38262#M28016</guid>
      <dc:creator>mrajdev</dc:creator>
      <dc:date>2011-07-22T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Block Pages?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38263#M28017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Manish stated above, you may only configure one block page per VSYS.&amp;nbsp; That said, however, you can customize the block page to display different text depending on the category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer to this document for more information regarding customizing block pages: &lt;A href="https://live.paloaltonetworks.com/docs/DOC-2010"&gt;Customizing Block Pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some example code for customizing messages per category:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var cat = "&amp;lt;category/&amp;gt;";&lt;/P&gt;&lt;P&gt;switch(cat)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 'games':&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "Message 1";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 'travel':&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "Message 2";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 'kids':&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("warningText").innerHTML = "Message 3";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2011 19:00:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38263#M28017</guid>
      <dc:creator>dyang</dc:creator>
      <dc:date>2011-07-23T19:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Block Pages?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38264#M28018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dyang, do you know how to customize messages per "domain"? The html variable &amp;lt;user/&amp;gt; contains the IP address or the username like this "domain\username". But the backslash is an escape character. So impossible to use the split function in javascript to have on one side the domain and on the other side the username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx, Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 13:38:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-block-pages/m-p/38264#M28018</guid>
      <dc:creator>BPERE</dc:creator>
      <dc:date>2012-07-04T13:38:30Z</dc:date>
    </item>
  </channel>
</rss>

