PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of António Lourenço   Lou Router   .htaccess   Download  
File: .htaccess
Role: Configuration script
Content type: text/plain
Description: conf
Class: Lou Router
Route HTTP requests using callback functions
Author: By
Last change:
Date: 1 month ago
Size: 188 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /rotas/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>