parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Мой .htaсcess

Никита Козин 01.02.2005 09:52

DirectoryIndex index.htm index.html

CharsetDisable on
Options +Includes +FollowSymLinks +Indexes
AddHandler parsed-html html
Action parsed-html /cgi-bin/parser3.cgi

<Files ~ "\.(p|cfg)$">
Order allow,deny
Deny from all
</Files>

<IfModule mod_charset.c>
CharsetRecodeMultipartForms off
</IfModule>