8 lines
150 B
ApacheConf
8 lines
150 B
ApacheConf
<IfModule mod_mime.c>
|
|
AddType application/octet-stream .wpress
|
|
</IfModule>
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.php
|
|
</IfModule>
|
|
Options -Indexes
|