Hi,
Sometimes when I try to change a page's template, I get this error thrown up by apache upon clicking 'save' : Not Found
The requested URL /subdir_my_project_is_in/pw_admin/page/edit/saveTemplate was not found on this server.
Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.
Usually I just delete the page and add a new one with the same name, but this time I'm trying to change the '404 Page Not Found' page's template and am hesitant bc I'm not 100% sure how it's being reffered to.
Could this be a problem with how my PHP is configured? or related to the fact that my website is at subdirectory (/var/www/project/) instead of the web root (/var/www/)?
Thanks