Directory />
Options +FollowSymLinks
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<Directory "D:/OpenServer/domains/*">
AllowOverride All
Options -MultiViews +Indexes +FollowSymLinks +IncludesNoExec +Includes +ExecCGI
<LimitExcept GET POST HEAD>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
<Directory "D:/OpenServer/modules/system/html/openserver">
AllowOverride None
Options -MultiViews -Indexes -FollowSymLinks -IncludesNoExec -Includes -ExecCGI
Order deny,allow
Deny from all
<Directory "D:/OpenServer/modules/system/html/default">
AllowOverride None
Options -MultiViews -Indexes -FollowSymLinks -IncludesNoExec -Includes -ExecCGI
Order deny,allow
Allow from all
<LimitExcept GET POST HEAD>
Order deny,allow
Deny from all
</LimitExcept>
AddDefaultCharset Off
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
</Directory>
<Directory "/cgi-bin">
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>