Hi guys, I have put a code in the 404.shtml page to redirect to the new home page forum, however it doesnt work!! Can someone please help me with this? <!-- <html> <head> <title>Page Has Moved to the New Forums</title> <meta http-equiv="Refresh" content="2; URL=http://www.streetperformance.com.au"> <script type="text/javascript"> location.replace('http://www.streetperformance.com.au'); </script> </head> <body> <p><a href="http://www.streetperformance.com.au">Page Title</a></p> </body> </html> --> Code (markup):