PHP Classes

File: public/.htaccess

Recommend this page to a friend!
  Classes of António Lira Fernandes   Web Service PHP MySQL   public/.htaccess   Download  
File: public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Web Service PHP MySQL
Implement an API using MySQL to store objects
Author: By
Last change:
Date: 17 hours 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]