Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJake Nisenboim
3,374 PointsWeb hosting / Wordpress problems
I have been working a bit on a website on wordpress.com . I purchased a domain name from dreamhost, and mapped it to my wordpress.
Having found this course, I am interested in customizing much more, etc. I purchased hosting and changed the DNS accordingly.
The issue is, when I go to my url.com/cpanel , it redirects me to my wordpress page.
Is there anything I can do ?
Thanks in advanced!!
2 Answers
Gary Calhoun
10,317 PointsWell personally I have used dreamhost in the past I think they have an option called dreampress now (their version of wordpress customized). I know there is a wordpress site installer on there and to point it to your wordpress.com if you have a wordpress site already made I believe you need to install a plugin called Jetpack and then it will ask you to authorize and sign in with your wordpress.com account
Gary Calhoun
10,317 PointsAutomatic way kind of: You could try to just use a plugin called wp clone it works sometimes install wp clone and choose back up site and copy the url and install wp clone on the wordpress installation and choose restore from url and wait a little bit and see if that restores it for you otherwise you have to do it manually.
Warning!: Use caution and back up before doing this, this is just what I would do. If its redirecting to the old site then before you move a site you should go to settings>general and update the wordpress url and site admin. As soon as you do this it will point the site the domain
Manual Way: You could also if you can download all files via ftp and export the database usually though phpmyadmin and then upload via ftp to new host and then import database set database to be the same as in the wpconfig or you can install worpdress through 1 click installer and then when you overwrite files via ftp just don't upload the wp-config because it has the new db settings already.
Jake Nisenboim
3,374 PointsJake Nisenboim
3,374 PointsI chose to use webhostingforstudents.com because it is exponentially cheaper.
My site is wordpress.com though; I have not done anything, nor am I familiar with how to use wordpress.org. That being said, one cannot install plug-ins on a wordpress.com website.
Thank you though!
Gary Calhoun
10,317 PointsGary Calhoun
10,317 PointsI understand yes, unfortunately you are limited what you are able to do if your site address is mywebsite.wordpress.com, I am not entirely familiar with your webhostingforstudents.com but typically you need to have a few things to have your own custom wordpress site.
After that you can then login upload themes and plugins and customize it to your liking. I don't know if the free has the option but you may be able to export out an xml file I believe under tools in the wordpress dashboard otherwise you may have to copy it over.
Jake Nisenboim
3,374 PointsJake Nisenboim
3,374 PointsThanks Gary. I figured out how to get to the control panel, by logging in directly from my account. I have installed the wordpress plugin but again I am having the same issue. url.com/wp-admin redirects me to my old website.
I have exported all of the content, does this mean I need to delete my site and then proceed ?
Thanks again !