PHP Classes

File: www/.htaccess

Recommend this page to a friend!
  Classes of lattuada   Another simple MVC   www/.htaccess   Download  
File: www/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: htaccess
Class: Another simple MVC
Model view controller framework implementation
Author: By
Last change:
Date: 14 years ago
Size: 217 bytes
 

Contents

Class file image Download
RewriteEngine on RewriteBase /mvc/www/ RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^(foo|bar).* - [L] SetEnv PHP_VER 5