PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Alfredo Rodriguez   Teo   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Teo
MVC Framework with configurable routes and filters
Author: By
Last change:
Date: 2 years ago
Size: 176 bytes
 

Contents

Class file image Download
# Disable server signature ServerSignature Off <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule (.*) public/$1 [L] </IfModule>