PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Jorge Castro   PHP API Assembler   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Assembler
Application to generate files to implement an API
Author: By
Last change:
Date: 9 months ago
Size: 304 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ router.php?req=$1 [L,QSA] RewriteRule ^$ router.php?req=$1 [L,QSA] RewriteRule ^.*\.(bat|sh)$ - [F,L,NC] </IfModule>