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 trial

WordPress

Dan Ridley
PLUS
Dan Ridley
Courses Plus Student 14,839 Points

403 Forbidden when trying to access /WP-ADMIN

Hey guys,

I have hit a road block. I just moved my custom theme and Wordpress site to a live server and when I try to access my /wp-admin backend, I get a 403 forbidden message. Please help.

Dan

3 Answers

Dan Ridley
PLUS
Dan Ridley
Courses Plus Student 14,839 Points

I solved the problem. Turns out that my FTP software didn't upload all the necessary files

Chris Dziewa
Chris Dziewa
17,781 Points

I had a similar issue with Filezilla and WordPress.

Can you FTP to your host and check the permissions on the wp-login.php file? I believe they should be 644, but due to massive attacks on WP installations, many hosts have tools that automatically set permissions for that file to 000 to avoid attacks.