MyBB Community Forums

Full Version: redirecting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I need help redirecting My website (www.justrune.com) to www.justrune.com/forums so whenever people go to www.justrune.com it takes them there. Could anyone tell me how this could be done?
Copy and paste this and save it as an HTML file.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.justrune.com/forums">

And name it index.html so it's http://www.justrune.com/index.html.
Go on your cpanel (hosting) and make it redirect there.
(2010-04-11, 12:12 AM)Winford F. Wrote: [ -> ]Copy and paste this and save it as an HTML file.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.justrune.com/forums">

And name it index.html so it's http://www.justrune.com/index.html.