i wanted to create custom error pages, so i created a file called .htaccess and wrote these lines in it:
And then i created the files nofile.htm and forbidden.htm
All of these files have been placed in the root directory, but it doesn´t work...
| Code: |
| ErrorDocument 401 /nofile.htm
ErrorDocument 403 /forbidden.htm ErrorDocument 404 /nofile.htm |
And then i created the files nofile.htm and forbidden.htm
All of these files have been placed in the root directory, but it doesn´t work...
