Login   Register  
PHP Classes
elePHPant
Icontem

File: .htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Orkhan  >  Router Class  >  .htaccess  >  Download  
File: .htaccess
Role: Configuration script
Content type: text/plain
Description: htaccess file
Class: Router Class
Extract actions defined by URL patterns
Author: By
Last change:
Date: 2011-12-04 09:52
Size: 138 bytes
 

Contents

Class file image Download
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1