12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
<FilesMatch \.php$>
|
|
SetHandler application/x-httpd-php
|
|
</FilesMatch>
|
|
|
|
DirectoryIndex disabled
|
|
DirectoryIndex index.php index.html
|
|
|
|
<Directory /var/www/>
|
|
Options -Indexes
|
|
AllowOverride All
|
|
</Directory>
|