|
I need to redirect non existant pages, error pages, etc by adding the following to .htaccess:
ErrorDocument 400 /
ErrorDocument 401 /
ErrorDocument 403 /
ErrorDocument 404 /
ErrorDocument 500 /
That is not my concern. My concern is to find the default .htaccess file that gets added to each newly created account. I already know that it moves the default file into public_html or www but I need to edit the actual file that it is copying it from.
|