| Recommend this page to a friend! |
| Classes of lattuada | > | Another simple MVC | > | www/.htaccess | > | 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
|