PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of walid laggoune   Hydrogen framework   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hydrogen framework
Handle request by controller with configured route
Author: By
Last change: The 4.1 version is ready
Date: 6 years ago
Size: 283 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !\.(css|js|png|jpg|jpeg|gif)$ RewriteCond %{REQUEST_URI} !-f RewriteCond %{REQUEST_URI} !-d RewriteCond %{REQUEST_URI} !-l RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </IfModule>