My blog is in domainname.com/blog, how do I make it so when you access domainname.com, it automatically takes you to domainname.com/blog?
My blog is in domainname.com/blog, how do I make it so when you access domainname.com, it automatically takes you to domainname.com/blog?
Through your host control panel or with an .html page with a redirect statement in the <head>
I have the same question. Can you give an example?
How do you direct your blog to domainname.com or any place??
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/wordpress">
</head>Isn't there a way wordpress can do this?
WordPress does not do redirects. You can alternately do it within the .htaccess file.
http://www.onyx-design.net/weblog2/other/redirecting-with-htaccess/
This topic has been closed to new replies.