PHP Classes

File: htdocs/.htaccess

Recommend this page to a friend!
  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: 15 years ago
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>