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 trialDaniel Muller
4,479 PointsIf I already have a Wordpress site can I start over and modify it with FTP? It takes me to the dashboard when I login.
When I went to mywebsite.com/wp-admin after setting up the database, it went straight to my dashboard instead of the installation process. I set the original site up when I first took the "Using Wordpress Without Coding" course, but I want to continue working on it in this lesson as well. Is that possible?
1 Answer
M Fen
9,858 PointsYou can start over but you have to delete everything from your database via php myadmin. The reason you're seeing the dashboard is because it's still connected to a db that has content.
Delete everything out of the database. All the tables have to go. http://stackoverflow.com/questions/2189315/how-to-drop-all-table-in-mysql
Remove the contents of the .htaccess file within root. Don't delete the file if you're on CPanel. CPanel will just create another that may not be writable by the webserver.
Delete the wp-config.php file within root.
Daniel Muller
4,479 PointsDaniel Muller
4,479 PointsThanks man! I'll look into that.