Jump to content

Recommended Posts

Posted

Hi, I've installed a wordpress blog for my website (www.freakzone.in) with address www.freakzone.in/wp. But now, i wish to redirect users who type freakzone.in to the blog. Is it possible for me to do it? :unsure:

Posted

You could create a new file named 'index.html', then Code Edit it and paste in this code:

 

<html>
<head><meta http-equiv="REFRESH" content="0;url=/wp"></head>
<body></body>
</html>

Posted
You could create a new file named 'index.html', then Code Edit it and paste in this code:

 

<html>
<head><meta http-equiv="REFRESH" content="0;url=/wp"></head>
<body></body>
</html>

 

 

Worked like charm, thanks a lot. :rolleyes:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...