Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [ccunet] how do I transfer submission links from from 2.0 to SQL

Quote Reply
Re: [ccunet] how do I transfer submission links from from 2.0 to SQL In reply to
Replace your old add.cgi with something like this:

Code:


#! /usr/local/bin/perl #change this to your path to perl

use CGI;

print "Location:http://www.yourdomain.com/cgi-bin/add.cgi\n\n"; #change the url
1;
The UK High Street
Subject Author Views Date
Thread how do I transfer submission links from from 2.0 to SQL ccunet 4369 Oct 7, 2002, 3:59 PM
Thread Re: [ccunet] how do I transfer submission links from from 2.0 to SQL
afinlr 4286 Oct 7, 2002, 5:35 PM
Thread Re: [afinlr] how do I transfer submission links from from 2.0 to SQL
ccunet 4319 Oct 7, 2002, 8:21 PM
Thread Re: [ccunet] how do I transfer submission links from from 2.0 to SQL
afinlr 4291 Oct 8, 2002, 3:46 AM
Thread Re: [afinlr] how do I transfer submission links from from 2.0 to SQL
Paul 4239 Oct 8, 2002, 3:48 AM
Post Re: [Paul] how do I transfer submission links from from 2.0 to SQL
yogi 4229 Oct 8, 2002, 4:23 AM
Post Re: [Paul] how do I transfer submission links from from 2.0 to SQL
ccunet 4254 Oct 8, 2002, 8:43 AM
Post Re: [afinlr] how do I transfer submission links from from 2.0 to SQL
ccunet 4199 Oct 8, 2002, 8:27 AM
Thread Re: [afinlr] how do I transfer submission links from from 2.0 to SQL
ccunet 4171 Oct 10, 2002, 7:12 PM
Thread Re: [ccunet] how do I transfer submission links from from 2.0 to SQL
yogi 4198 Oct 11, 2002, 12:00 AM
Post Re: [yogi] how do I transfer submission links from from 2.0 to SQL
ccunet 4156 Oct 13, 2002, 9:12 AM
Post Re: [afinlr] how do I transfer submission links from from 2.0 to SQL
Paul 4259 Oct 8, 2002, 3:07 AM