PHP Classes

File: tests/tmp/.htaccess

Recommend this page to a friend!
  Classes of Jorge Castro   PHP API Assembler   tests/tmp/.htaccess   Download  
File: tests/tmp/.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: 237 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] </IfModule>