Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of lattuada | > | Another simple MVC | > | www/.htaccess | > | Download | ||
|
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 |