Login   Register  
PHP Classes
elePHPant
Icontem

File: www/.htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-02-15 10:12
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