typecastfilms
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Just got this figured out.
In simpler terms:
- Create a phpinfo page, if you don’t already have one.
- Scroll down to “apache2handler” and look for “User/Group.”
- Remember the name listed for the user. My entry was apache(#)/#, the name was “apache.”
- Log into a terminal as the root user. Google this step if you need help here.
- Navigate to the folder just above where your WP is installed. Mine is installed to the root directory (httpdocs), so it was at var/www/vhosts/mydomain.com
- Type
chown -R (your the username from earlier) (your wp directory)/– for me,chown -R apache httpdocs/. This changes the ownership of the directory to apache. - Navigate to your wp-content folder: httpdocs/wp-content/
- Type
chmod -R 766 uploads/. This changes permissions so that apache can read, write, and execute there.
This worked for me. Hopefully others who find this thread through Google (like I did) will find this useful.
Forum: Fixing WordPress
In reply to: Insert a page within a pageThat is perfect. Thanks, doc!
Forum: Fixing WordPress
In reply to: Error with images uploaded through wordpressI have assigned recursive permissions to 755 as directed. Now, my images are no longer forbidden, but I still cannot upload new images:
The uploaded file could not be moved to /var/www/vhosts/typecastfilms.com/httpdocs/wp-content/uploads/2010/01.
Thank you for the help!
Viewing 3 replies - 1 through 3 (of 3 total)