PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Packages of Alvaro Talavera   PHP Light MVC   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Light MVC
MVC framework to implement PHP Web applications
Author: By
Last change:
Date: 2 months ago
Size: 181 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </IfModule>