Just upgraded to VPS from shared - stumbling around a whole new world of Apache and Plesk.
I'd previously used an htaccess file in the main directory to deliver site-wide error pages. This now doesn't work - and I've read it's better for the server to use the default error handling.
My httpd.include lists a bunch of em, like...
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
Can I edit the httpd.include and rename the files, to use .php instead of .html?
Or is there a way to be using one or more .htaccess files as before - some of my directories are members only and had additional .htaccess files to allow only members to view, and I'm wondering if they'll still work.






Bookmarks