bsingr/golang-apache-fastcgi/master/examples/vanilla/.htaccess
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
Options +ExecCGI
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d [OR]
RewriteRule ^(.*)$ hello_world.fcgi/$1 [QSA,L]
Files
