PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Rafal Przetakowski   PHP REST Server Class   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST Server Class
REST Web service server that maps URL to API calls
Author: By
Last change: Update of .htaccess
Date: 8 months ago
Size: 179 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule rest/(.*)$ rest.php?request=$1 [QSA,NC,L] </IfModule>