Files
Roman Pyrih c2e100a763 first commit
2023-07-24 08:30:51 +02:00

9 lines
188 B
ApacheConf

<IfModule mod_mime.c>
AddType application/octet-stream .wpress
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>