PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Classes of Java Mon   jframe   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jframe
Process and dispatch requests using MVC pattern
Author: By
Last change:
Date: 6 years ago
Size: 171 bytes
 

Contents

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