Related pages:
# AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit AllowOverride All # ^--- make sure this is not set to "None"
ErrorDocument 404 "E:/404.htm" # Firefox, special Firefox message "The address wasn’t understood. An error occurred during a connection to localhost. You might need to install other software to open this address".
ErrorDocument 404 "E:\404.htm" # Firefox, standard Apache message: "Internal Server Error". # Apache log: # ".htaccess: Cannot parse expression in ErrorDocument: Escape sequence out of bound"
Alias /content/ e:/users/public/htdocs/content/
# ErrorDocument 500 "The server made a boo boo." ErrorDocument 404 /content/01/php/errors/404.htm ErrorDocument 403 /content/01/php/errors/403.htm