Skip to content

Instantly share code, notes, and snippets.

View GeForce's full-sized avatar

Jack Perry GeForce

View GitHub Profile
@Nub
Nub / .htaccess
Created September 29, 2011 04:28
RESTfulish PHP framework
<IfModule mod_rewrite.c>
RewriteEngine On
#for arguments
RewriteRule ^([^/]*)/([^/]*)/([^/]*)$ ZTAPI.php?APIKey=$1&Action=$2&Args=$3 [L]
#for no arguments
RewriteRule ^([^/]*)/([^/]*)$ ZTAPI.php?APIKey=$1&Action=$2 [L]