PC Playground  

Go Back   PC Playground > The Core > Scripting/Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-01-2003, 12:57 AM
Member
 
Join Date: Feb 2003
Location: USA
Posts: 32
Default How do i?

How can i redirect my main url (http://rsdruidz.pcplayground.com) to another link (like index.html or /home/index.php)?
Reply With Quote
  #2 (permalink)  
Old 04-01-2003, 04:09 PM
Member
 
Join Date: Feb 2003
Location: UK
Posts: 38
Send a message via MSN to wormrage
Default

go to http://www.hotscripts.com and search (in PHP) for redirecter

tom
Reply With Quote
  #3 (permalink)  
Old 04-02-2003, 01:17 AM
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default

I dont really see what the point of having something redirect to index.html is... as it is the first page to load.
Reply With Quote
  #4 (permalink)  
Old 04-02-2003, 01:49 AM
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 199
Send a message via MSN to novastar Send a message via Yahoo to novastar
Default

If you dont want index.html to be your first page, make an index.html page with a meta refresh tag in it pointing to another page, check out http://www.webmonkey.com for that info.
Reply With Quote
  #5 (permalink)  
Old 04-02-2003, 02:02 AM
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default

<meta HTTP-EQUIV="REFRESH" content="10; url=http://www.your_redirect_url">

Content = how many seconds to wait until redirect
url = website you want it pointed to.

So if you want your website go to to http://www.pcplayground.com in 4 seconds it should be:

<meta HTTP-EQUIV="REFRESH" content="4; url=http://www.pcplayground.com">
Reply With Quote
  #6 (permalink)  
Old 04-02-2003, 03:39 AM
Member
 
Join Date: Feb 2003
Location: USA
Posts: 32
Default

Hmm thats odd...i uploaded a index.html in the past and it didnt work. It just put me back into the file index and directories... hmm
Reply With Quote
  #7 (permalink)  
Old 04-02-2003, 03:43 AM
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default

Quote:
Originally Posted by Orkman2k1
Hmm thats odd...i uploaded a index.html in the past and it didnt work. It just put me back into the file index and directories... hmm
link?
Reply With Quote
  #8 (permalink)  
Old 04-02-2003, 03:57 AM
Senior Member
 
Join Date: Jan 2003
Location: USA
Posts: 897
Send a message via AIM to headnerd
Default

zelda?
Reply With Quote
  #9 (permalink)  
Old 04-02-2003, 05:14 PM
Member
 
Join Date: Feb 2003
Location: USA
Posts: 32
Default

Hyrule? LOL.

I got it everything working now, thanks.
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB 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. The time now is 10:04 PM.