PDA

View Full Version : need help with redirect


DanTHEGREAT
01-25-2010, 08:01 PM
just needed to redirect from www.deagaming.webuda.com straight to http://deagaming.webuda.com/forums/arcade.php?

I did this code:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://deagaming.webuda.com/forums/arcade.php?">

and i placed it in Public_Html folder
and outside of that just to see if that was the problem...


and it doesn't refresh...does anyone know why?

ChopSuey
01-28-2010, 07:20 AM
Try this :)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Deagaming - Deagaming.webuda.com | Redirecting</title>
<meta http-equiv="REFRESH" content="0;url=http://deagaming.webuda.com/forums/arcade.php"></HEAD>
<BODY>
Please wait. - Redirecting.........
</BODY>
</HTML>
<!--

-->

Be sure to name it index.html :D

EDIT: your forum is gone ?