PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Stephan Kasdorf (bittomine)   Nibiru   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nibiru
Generate code for rapid application prototyping
Author: By
Last change:
Date: 1 month ago
Size: 133 bytes
 

Contents

Class file image Download
SetEnv APPLICATION_ENV development RewriteEngine On RewriteRule !\.(js|gif|jpg|png|css|txt)$ index.php [L] RewriteRule ^(.*)$ $1 [L]