What Change do i need here to enable cgi without extension?
Regards,
Johny
Code:
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Johny