PHP Classes

File: tests/.htaccess

Recommend this page to a friend!
  Classes of Natanael Simões   Zeus Framework   tests/.htaccess   Download  
File: tests/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zeus Framework
Framework that reads annotation to route requests
Author: By
Last change:
Date: 2 years ago
Size: 219 bytes
 

Contents

Class file image Download
# Enable PHP 5.4 AddType application/x-httpd-php55 .php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php [L] </IfModule>