ffariasdev/angular-login/master/app/api/.htaccess - Htaccess File

ffariasdev/angular-login/master/app/api/.htaccess

<IfModule mod_rewrite.c>

  Options +FollowSymLinks -MultiViews

  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-s
  RewriteRule ^(.*)$ index.php?api=$1 [QSA,NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache