The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Redirect archive0? V4Friend SCO 0 06-04-2008 12:32 PM
Redirect Problem 2dumb Shell Programming and Scripting 4 10-09-2007 02:41 PM
redirect output of FTP kcaluwae Shell Programming and Scripting 4 06-23-2005 08:45 AM
redirect connection ust UNIX for Advanced & Expert Users 1 03-16-2005 05:48 PM
Redirect <Therapy> IP Networking 1 03-20-2002 08:54 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-10-2003
perleo perleo is offline
Registered User
  
 

Join Date: Aug 2002
Location: Ireland
Posts: 139
PHP Redirect

I need a script named index.php . when i goto that page it redirects to html/index.php


can someone please tell me the code required
  #2 (permalink)  
Old 05-10-2003
oombera's Avatar
oombera oombera is offline Forum Advisor  
Registered User
  
 

Join Date: Aug 2002
Location: Cleveland, OH
Posts: 804
Give this a try:
Code:
<?php
header("Location: html/index.php");
echo " "; // NN4 requires that we output something...
exit();
?>
or this, for a timed redirection:
Code:
<?php
header("Refresh: 3; URL=/html/index.php");
echo " "; // NN4 requires that we output something...
exit();
?>
  #3 (permalink)  
Old 05-11-2003
perleo perleo is offline
Registered User
  
 

Join Date: Aug 2002
Location: Ireland
Posts: 139
(y) works , thanks
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 08:54 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0