Quote:
Originally Posted by DaleM
Was there information on that landing page before? If not you could modify the page from...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
to...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<meta http-equiv="Refresh" content="1; URL=http://www.911dish.info/forum.php"><HEAD>
<BODY></BODY></HTML>
This should redirect the landing page to the /forum.php page instead of index.htm/index.html etc. that most browser's default to.
|
I have try this and works only on the /index.php file but the main root domain still a white page and nothing else.