Thread: Portal Question
View Single Post
  #6  
Old 22nd Sep 04, 02:13 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Quote:
Originally posted by James55@Sep 21 2004, 07:52 PM
Tried that. It didnt work for me
[snapback]212980[/snapback]
Um you running running at least php 4.3 i think it is?

You do have php right? lol

What do you mean it does not work?

Is it plain text, blank white page, error message or something else?

Meta refresh of course works as well.

Code:
<META HTTP-EQUIV=Refresh CONTENT="0; URL=index.php?home">
You know just add to the head section of index.html for example.

Or just simply like this.

index.html

Code:
<html> <head> <META HTTP-EQUIV=Refresh CONTENT="0; URL=index.php?home"> </head> <body> </body> </html>
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote