9 lines
188 B
ApacheConf
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> |