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?
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>
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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now