Gossamer Forum
Quote Reply
Script
   Does anybody know if exists a script that redirect a user automatically from one dir in a web site to another site. Ex From www.test.com/user redirect to www.geocities.com/test/test/456 ???
Quote Reply
Re: Script In reply to
Code:
#!/usr/local/bin/perl

print Location: http://your_url.com/dir/\n\n";
Quote Reply
Re: Script In reply to
I thought on that, but I thought there was an advanced way...

Thank you
Quote Reply
Re: Script In reply to
Code:
RedirectPermanent /dir/ http://url.com