Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
open httpd.conf
change:
<Directory "C:/wamp/www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [
httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks
to:
<Directory "C:/wamp/www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [
httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks ExecCGI
change this:
#AddHandler cgi-script .cgi
to
AddHandler cgi-script .cgi
save the file, restart apache