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:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...