PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Shawn McAllister   MVC Like Modular Framework   .htaccess   Download  
File: .htaccess
Role: Example script
Content type: text/plain
Description: htaccess
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 15 years ago
Size: 169 bytes
 

Contents

Class file image Download
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php