URL redirect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 04:47 AM - edited 03-11-2019 03:23 AM
Can anyone tell me how to Redirect a specific URL from a http url to a Https url via a Cisco PIX firewall. For example if a user types http://abc it automatically redirect them to http://abc
- Labels:
-
NGFW Firewalls

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2007 07:09 PM
Use Static Port Redirection.
Below is the syntax:
static (real_interface, mapped_interface) {tcp | udp}
{mapped_ip | interface} mapped_port {real_ip real_port
[netmask mask]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:30 AM
Can you please explain further. Is this just redicting the mapped port or the URL itself???
