PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Miraz Mac   Saika   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Saika
Base MVC framework for PHP Web applications
Author: By
Last change:
Date: 7 years ago
Size: 305 bytes
 

Contents

Class file image Download
# Saika - The PHP Framework For Kids # # Routes all requests # @since 1.0 Options -Indexes Options -MultiViews AddDefaultCharset UTF-8 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]