PHP Classes

File: webapp/.htaccess

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   webapp/.htaccess   Download  
File: webapp/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of webapp/.htaccess
Date: 9 months ago
Size: 171 bytes
 

Contents

Class file image Download
# Run as URI Request RewriteEngine On RedirectMatch 403 /\..*$ RewriteBase / RewriteCond $1 !^(favicon\.ico|.*\.(js|css|png)) RewriteRule ^(.*)$ index.php?r=/$1 [L,QSA]