Making dev blog live
-
Hey everyone,
Did a bit of searching around and couldn’t really find a satisfactory answer. I imagine others have figured out what I’m trying to though. I’m hoping somebody can offer advice on the best way to do the following:– I have a site that is using a place holder in the root of the domain for now. I’m about to start building a blog that will be accessed through that domain once it is ready. What I’m wondering is the best way that I can set up the blog, be able to use it actively (see all the changes on the front end when I’m making changes through the admin panel on the back end), and ease the transition from switching the blog as a dev blog to being a live site through the root of the domain.
What I’ve done in the past, from lack of a better option, is installed wordpress in the root of the domain and then did an .htacess rewrite so that the domain loaded my old index.html file instead of wordpress’s index.php file. It did do the job, but it meant having to add index.php to the end of everything in wordpress I was checking until it was live. I also had to be extra careful when coding any path names.
I also figure I could install wordpress in a sub domain or folder and then move all of the files in to my root directory when I am ready to go live. That seems like it could be a bit of a headache too. I’m guessing that path names could have some troubles in this respect too.
So what does everybody else do? Anybody able to help me figure out what my best options are?
Any help would be greatly appreciated.
Thanks.
- The topic ‘Making dev blog live’ is closed to new replies.