PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Vitalij Mik   PHP Router Class Package   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Router Class Package
Handle HTTP requests routing to controller classes
Author: By
Last change:
Date: 1 year ago
Size: 216 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> Options +FollowSymlinks -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME) !-d RewriteRule .* index.php/$0 [END,QSA] </IfModule>