Blog
Developers
Careers
Support
Contact
Gossamer Threads
Solutions
Results
About
Mailing Lists
Resource Centre
Forum
Tools
Home
Who's Online
Tags
Favourites
Login
Register
Forum Search
(
Advanced Search
)
This forum
This category
All forums
for
Home
:
General
:
Perl Programming
:
Script
Previous Thread
Next Thread
Print Thread
View Threaded
Feb 12, 1999, 9:09 PM
tmoretti
User
(192 posts)
Feb 12, 1999, 9:09 PM
Post #1 of 4
Views: 588
Shortcut
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 ???
Feb 13, 1999, 10:39 AM
ds
User
(165 posts)
Feb 13, 1999, 10:39 AM
Post #2 of 4
Views: 572
Shortcut
Re: Script
In reply to
Code:
#!/usr/local/bin/perl
print Location: http://your_url.com/dir/\n\n";
Feb 13, 1999, 11:27 AM
tmoretti
User
(192 posts)
Feb 13, 1999, 11:27 AM
Post #3 of 4
Views: 569
Shortcut
Re: Script
In reply to
I thought on that, but I thought there was an advanced way...
Thank you
Feb 13, 1999, 11:39 AM
ds
User
(165 posts)
Feb 13, 1999, 11:39 AM
Post #4 of 4
Views: 567
Shortcut
Re: Script
In reply to
Code:
RedirectPermanent /dir/ http://url.com
Previous Thread
Next Thread
Print Thread
View Threaded