PHP Classes

File: htdocs/.htaccess

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   htdocs/.htaccess   Download  
File: htdocs/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 168 bytes
 

Contents

Class file image Download
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]