Login   Register  
PHP Classes
elePHPant
Icontem

File: htdocs/.htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alex B. Snet  >  ASf MVC  >  htdocs/.htaccess  >  Download  
File: htdocs/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: .htaccess
Class: ASf MVC
MVC implementation framework
Author: By
Last change:
Date: 2008-12-01 16:55
Size: 179 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule . /index.php [L]
</IfModule>