PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Minh Tien   Codeme PHP Framework   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Codeme PHP Framework
MVC Web application development framework
Author: By
Last change: Update of .htaccess
Date: 2 months ago
Size: 191 bytes
 

Contents

Class file image Download
ErrorDocument 404 index.php RewriteEngine on RewriteBase /project/2014/codeme/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?load=$1 [L]