abhinay100/forma_app/master/api/.htaccess - Htaccess File

abhinay100/forma_app/master/api/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteRule (.*) rest.php?q=/api/$1 [L]
</IfModule>

<FilesMatch "(rest.php|soap.php|wsdl.php)$">
 Order Allow,Deny
 Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache