PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP-MVC   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP-MVC
Library that implements the MVC design pattern
Author: By
Last change: Update of .htaccess
Date: 3 months ago
Size: 173 bytes
 

Contents

Class file image Download
RewriteEngine On #RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]