rest-proxy.php

Simple proxy for RESTful APIs
git clone git://git.finwo.net/app/rest-proxy.php
Log | Files | Refs | README

commit fca2a43beca501246c0c402884d1f2a4e803ca9d
parent 05dc5774e6890189da42e46137dacbc5cf79052e
Author: finwo <finwo@pm.me>
Date:   Tue, 19 Apr 2016 23:50:56 +0200

Added another htaccess

Diffstat:
A.htaccess | 3+++
MREADME.md | 2++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -0,0 +1,3 @@ +# We'll route everything to our app +RewriteEngine on +RewriteRule ^(.*)$ /web/app.php [NC,L,QSA] diff --git a/README.md b/README.md @@ -1,2 +1,4 @@ Finwo / Rest Proxy ================== + +Simple proxy for RESTful APIs