PHP Classes

File: tests/.htaccess

Recommend this page to a friend!
  Classes of Natanael Simões   PHP API Framework   tests/.htaccess   Download  
File: tests/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Framework
Handle API requests with annotated classes
Author: By
Last change:
Date: 7 years ago
Size: 253 bytes
 

Contents

Class file image Download
AddType application/x-httpd-php .php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php [L] </IfModule> <Files "keys.json"> Order Allow,Deny Deny from all </Files>