freakzone Posted April 10, 2011 Posted April 10, 2011 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? Quote
jje Posted April 10, 2011 Posted April 10, 2011 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> Quote
freakzone Posted April 10, 2011 Author Posted April 10, 2011 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.