PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Classes of António Lira Fernandes   Web Service PHP JSON   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Web Service PHP JSON
API example that stores information in JSON files
Author: By
Last change:
Date: 21 days ago
Size: 210 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /alf/carros/public/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([A-Za-z0-9\\\/\-\_\+]+)$ index.php?uri=$1 [QSA,L]