starsplatter/Ubiqu-Ity/master/Ubiqu/deploy/html-vep-test/ubiq/.htaccess
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
<Files ~ (.fcgi)>
SetHandler fcgid-script
Options +FollowSymLinks +ExecCGI
</Files>
</IfModule>
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteBase /ubiq
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ vep-test.fcgi/$1 [QSA,L]
</IfModule>
Files
