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.

shareyourpeace
3,244 PointsWhen we copy our wordpress files over to our a Remote Host, Zac just ftp's them. Should we create a folder first ?
In the URL, I type in this path: Shareyourpeace2.info/projectWordPressZac/ And I get this output:
Index of /projectWordPressZac
Parent Directory
wp-activate.php
wp-blog-header.php
wp-comments-post.php
wp-config-sample.php
wp-config.php
wp-cron.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php
Apache Server at shareyourpeace2.info Port 80
In my Remote wp-config.ph I have these lines of code:
define('WP_HOME', 'shareyourpeace2.info/projectWordPressZac');
define('WP_SITEURL', 'shareyourpeace2.info/projectWordPressZac');
Can someone clarify where I am going wrong. Thanks.
2 Answers

Zac Gordon
Treehouse Guest TeacherHi,
The URL isn't working at the moment so maybe you've resolved. It doesn't look however, like all the files made the upload. You should have a few folders as well in addition to the files. Is that visible to you?
Normally we install drop the WordPress files directly into the public_html folder, however, you can install in another folder like you have done as well.
Hope this helps!

shareyourpeace
3,244 PointsYes, you are correct. All of the files had not uploaded. I resolved that issue. Thanks.