как создать страницу типа такого ? (если что я не про контент) http://www.cy-pr.com/404 или http://proteys.info/404/ а то при переходе по адресу которого нет приходит такая
ошибка Not Found The requested URL /404 was not
found on this server.
Apache/2.2.9 (Debian)
PHP/5.2.6-1+lenny10 with
Suhosin-Patch mod_ssl/2.2.9
OpenSSL/0.9.8g Server at magtil.ru Port 80 Думаю поняли о чём я )))
B htaccess
# "400 Bad Request",
ErrorDocument 400 http://mysite/
docs/400.html
# "401 Authorization Required",
ErrorDocument 401 http://mysite/
docs401.html
# "403 Forbidden",
ErrorDocument 403
http://mysite/
docs/403.html
# "404 Not Found",
ErrorDocument 404
http://mysite/
docs/404.html
# "500 Internal Server Error",
ErrorDocument 500
http://mysite/
docs/500.html
само сабой )))
добавлено спустя 45 минут:
Вопрос ! Это нужно написать в файле который находиться в корне? Или нужно каждый файл редачить ?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@magtil.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny10 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g Server at magtil.ru Port 80
Он ругается (((
внизу файл , который нужен редачить )) помогите 
Что не ясно? Просто добавляешь в .htaccess следующие строки: ErrorDocument 400 http://site.ru/400.html
ErrorDocument 401 http://site.ru/401.html
ErrorDocument 403 http://site.ru/403.html
ErrorDocument 404 http://site.ru/404.html
ErrorDocument 500 http://site.ru/500.html и создаешь соответственные страницы на сайте.
AXIL, закомментируй в файле все строчки начинающиеся с "php"
Комментировать решеткой,тоесть знаком- #