Help for this page

Select Code to Download


  1. or download this
    AddHandler cgi-script .cgi
    DirectoryIndex index.html index.cgi index.html.var
    ...
        Order allow,deny
        Allow from all
    </Directory>
    
  2. or download this
    print qq { 
        <script language=javascript>
        window.open('/dir/$ENV{'REMOTE_ADDR'}.html','','')
        </script>
    };