Help for this page

Select Code to Download


  1. or download this
    <Location ~ /StockControl/Inventory$>
       SetHandler perl-script
       PerlAccessHandler XTracker::Authenticate
       PerlResponseHandler XTracker::Stock::Inventory::SearchForm
    </Location>
    
  2. or download this
    $r->headers_out->set( Location => "/Home" );
    return REDIRECT;