[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Server wide custom 404



> ErrorDocument 404 /error/fileNotFound.html
> ErrorDocument 401 /error/authorizationRequired.html
> ErrorDocument 500 /error/internalServerError.html

  I would assume this is the individual site .htaccess method

  This was posted earlier:
  For: raq4r

For global changes across the entire server, change the .htaccess data in
your srm.conf file: /etc/httpd/conf directory
Then tell your users just to put the files you specify into their Web
directory - that way they (or you) don't have to do custom .htaccess files
for each site, and end up breaking the FP extensions again.