Login   Register  
PHP Classes
elePHPant
Icontem

File: code/.htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Junaid Hassan  >  PHP MVC  >  code/.htaccess  >  Download  
File: code/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: .htaccess
Class: PHP MVC
MVC framework that loads XML configuration files
Author: By
Last change:
Date: 2013-04-27 07:09
Size: 131 bytes
 

Contents

Class file image Download
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule .* index.php?qs=$0 [PT,L]