diff --git a/Scripts/CentOS-Web/centos-web.conf b/Scripts/CentOS-Web/centos-web.conf index b26317f..161f11c 100644 --- a/Scripts/CentOS-Web/centos-web.conf +++ b/Scripts/CentOS-Web/centos-web.conf @@ -27,7 +27,7 @@ # Define the CGI script location. Be sure to use the script file, not # the directory where the script file is stored in. This way, the # security issues are reduced to that CGI script you refered to. -ScriptAlias /centos-web/ "/home/centos/public_html/CentOS-Web/centos-web.cgi" +ScriptAliasMatch ^/centos-web/(.*)$ "/home/centos/public_html/CentOS-Web/centos-web.cgi" # Define the CGI public location. This is the location where public # files (e.g., images and css files) are stored in.