cp -R /home2/sbiz /homeI then changed the appropriate lines in my httpd.conf (documentRoot) and restarted apache to be greeted with a 403 Forbidden error when accessing a page. This was an easy fix.
The '-p' switch preserves permissions. I am not sure what copying did exactly to the permissions but this was the fix.cp -rp /home2/sbiz /home
No comments:
Post a Comment