PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Unay Santisteban   Simple Framework   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Framework
Framework to implement MVC based Web applications
Author: By
Last change: Update of .htaccess
Date: 26 days ago
Size: 134 bytes
 

Contents

Class file image Download
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php?uri=$1 [QSA,L]