Help for this page

Select Code to Download


  1. or download this
    my $URL = "http://localhost/index.shtml";
    print "Status: 302 Found\n";
    print "Location: $URL\n\n";
    exit;
    
  2. or download this
    Necessary .htaccess file changes:
    RewriteEngine on
    RewriteRule welcome.shtml /cgi-bin/welcomeV01.pl [L]
    ...
    print "Status: 302 Found\n";
    print "Location: $URL\r\n\r\n";
    exit;