PHP Classes

File: example/.htaccess

Recommend this page to a friend!
  Classes of SzpaQ   Application PHP Router Class   example/.htaccess   Download  
File: example/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Application PHP Router Class
Route requests with values from $_GET parameters
Author: By
Last change:
Date: 2 years ago
Size: 136 bytes
 

Contents

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