bsingr/golang-apache-fastcgi/master/examples/vanilla/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache