Allergeeks/Web-Application/master/.htaccess - Htaccess File

Allergeeks/Web-Application/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^api/v1/(.+)$ api/route.php?p=$1 [L]
    RewriteRule ^/?profile/?$ . [L]
    RewriteRule ^/?blacklist/?$ . [L]
</IfModule>
<Files  ~ ".inc$">
  Order allow,deny
  Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache