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