PHP Classes

File: api/.htaccess

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Simple PHP API Framework   api/.htaccess   Download  
File: api/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP API Framework
Create new APIs using controller classes
Author: By
Last change:
Date: 3 months ago
Size: 206 bytes
 

Contents

Class file image Download
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule . index.php [L] SetEnvIf Authorization "{.*}" HTTP_AUTHORIZATION=$1