PHP Classes

File: _smvc/.htaccess

Recommend this page to a friend!
  Classes of Bill Rocha   NEOS PHP Framework   _smvc/.htaccess   Download  
File: _smvc/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: apache htaccess
Class: NEOS PHP Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 14 years ago
Size: 316 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase / RewriteCond $1 !^(index\.php) RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 index.php </IfModule> <IfModule mod_php5.c> php_flag display_errors off </IfModule> IndexIgnore *