#!/usr/bin/perl # # Replace the original cgi with this to redirect users to the new static pages. use strict; use CGI qw/:standard/; my $url = '/awstats'; print redirect($url);