- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-24-2011 07:00 PM
Hi,
We use web filtering of Palo Alto to block websites. Is it possible to redirect users to another website instead of the default block page?
Thanks,
Rex
05-25-2011 01:37 PM
You could upload a custom block page that redirects to the site you want your clients redirected to.
You will need to create a redirect page with the following information
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
</head>
<body>
</body>
</html>
Save it with an identifiable name - I used url-custom.txt
Device Tab
Response Pages
Scroll down to URL Filtering Block Page
Click Import
Select the file created above and click OK
Click Close
Commit the change
That should do it.
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!