figshare/Total-Impact/master/api/v1/.htaccess - Htaccess File

figshare/Total-Impact/master/api/v1/.htaccess

RewriteEngine On
RewriteBase /api/v1/
DirectoryIndex index.php
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^$ index.php [QSA,L]
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache