PHP Classes

File: web/.htaccess

Recommend this page to a friend!
  Classes of John Marlo Factorin   Bit Framework   web/.htaccess   Download  
File: web/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Bit Framework
MVC based Web application development framework
Author: By
Last change: Update of web/.htaccess
Date: 2 months ago
Size: 281 bytes
 

Contents

Class file image Download
Options +FollowSymLinks +ExecCGI <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !\.(css|gif|jpg|png|js|ico)$ RewriteRule ^(.*)$ index.php/$1 [QSA,L] </IfModule>