11 lines
210 B
Text
11 lines
210 B
Text
<FilesMatch \.php$>
|
|
SetHandler application/x-httpd-php
|
|
</FilesMatch>
|
|
|
|
DirectoryIndex enabled
|
|
DirectoryIndex index.php index.html
|
|
|
|
<Directory /gdps>
|
|
Options -Indexes
|
|
AllowOverride All
|
|
</Directory>
|