PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Very Simple MVC   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Very Simple MVC
Framework to route requests to controller classes
Author: By
Last change:
Date: 1 year ago
Size: 256 bytes
 

Contents

Class file image Download
Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /MVC/public/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ index.php?url=$1 [L,QSA] </IfModule>