starsplatter/Ubiqu-Ity/master/Ubiqu/deploy/html-vep-test/ubiq/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache