zerostreet
Member
Posted 2 years ago #
I have a question I hope someone can help me with. I had my web hoster
install WP in my domain server. I created a site using a template and it is
now viewable at http://www.zerostreet.net/wp
My question is how do I get the site to appear at http://www.zerostreet.net
I have searched for info on redirecting but what I find is how to redirect a blog that is hosted on WordPress. Which is not my case.
I tried to get help from my hoster but they say they can't offer help with this other than to suggest I create a redirect html.
Any help for this WP Newb would be greatly appreciated.
ClaytonJames
Member
Posted 2 years ago #
how do I get the site to appear at http://www.zerostreet.net
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
or
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site
You can do a redirect in .htaccess from .net to .net/wordpress, but that sort of defeats the purpose of wanting it to show the url as the root directory. Maybe just moving it to your root directory would be the best thing to do.
zerostreet
Member
Posted 2 years ago #
Thanks so much....I was so not thinking at all! Gonna move all the files now!