Показать сообщение отдельно
Старый 20.10.2006, 00:04     # 10
<Descriptor>
Junior Member
 
Регистрация: 27.09.2004
Сообщения: 51

<Descriptor> Путь к славе только начался
Зачем вообще трогать Апач?
Просто сделай .htaccess со следующим текстом:

Action throw /all.php
<FilesMatch "^([^.]+)$">
ForceType throw
</FilesMatch>
<FilesMatch all.php>
ForceType application/x-httpd-php
</FilesMatch>
ErrorDocument 404 all.php
ErrorDocument 401 all.php
<Descriptor> вне форума