Ответ
pahaan 24.03.2010 09:21
.htacces:
AddHandler parsed-html html
#Action parsed-html /cgi-glob/parser3/parser3_wrapper.exe
Action parsed-html /cgi-bin/parser3.cgi
DirectoryIndex index.html
RewriteEngine On
RewriteRule ^([^.]+)$ index.html?$1
<Files ~ "\.p$">
Order allow,deny
Deny from all
</Files>
Что же я не так сделал?