PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Mihajlo Siljanoski   ApiQL.net PHP SQL API Builder   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ApiQL.net PHP SQL API Builder
Serve an API to query certain SQL database tables
Author: By
Last change:
Date: 3 years ago
Size: 157 bytes
 

Contents

Class file image Download
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond $1 !^(index\.php|images|documentation|robots\.txt) RewriteRule ^(.*)$ ./index.php/$1 [L] </IfModule>