PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Unay Santisteban   Simple Framework   .htaccess   Download  
File: .htaccess
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: 2 months 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]