Block Page Redirection to Company website

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Block Page Redirection to Company website

Not applicable

Hi all,

Does Palo Alto has the capability to redirect the users block page to company website. Example if a user accesing a block url, instead of receiving a Palo Alto block page it will redirect it to company website. Everytime a users is accesing a block url it will redirect it to a company website.

Thanks,

Jan

2 REPLIES 2

Not applicable

i already find the solution..

thanks

Was the solution to construct the block page so it will on its own redirect the user?

Like such:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv" lang="sv">
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                <meta http-equiv="Content-Language" content="sv" />
                <meta http-equiv="Refresh" content="0;url=http://www.example.com/" />
                <title>Blocked</title>
        </head>
        <body>
Blocked<br><br>
For more information click <a href="http://www.example.com/">here</a>.
        </body>
</html>

  • 2024 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!