- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-18-2012 08:41 PM
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
04-18-2012 11:54 PM
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>
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!