Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Daniel 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.