C:\xampp\apache\bin>httpd.exe -v
Server version: Apache/2.4.17 (Win32)
Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
####
ServerName xyz
DocumentRoot C:/xampp/cgi-bin/xyz/public
ServerAdmin you@xyz.com
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
AddHandler cgi-script .cgi
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /dispatch.cgi$1 [QSA,L]
####
#LoadModule fastcgi_module modules/mod_fastcgi.so
#
# AddHandler fastcgi-script .fcgi
#
#RewriteRule ^(.*)$ /dispatch.fcgi$1 [QSA,L]