diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-01-04 12:46:38 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-01-04 12:46:38 +0100 |
commit | d68fec43390cda917837d788ecffbee4fc419929 (patch) | |
tree | 989a43b1a444e36943d047ea9f17449982746f88 /storage-backend/.htaccess | |
parent | c3eb35689f028fdeb4c04c6203e1c2950555d44e (diff) |
initial backend script implementation
Diffstat (limited to '')
-rw-r--r-- | storage-backend/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage-backend/.htaccess b/storage-backend/.htaccess new file mode 100644 index 0000000..6655c30 --- /dev/null +++ b/storage-backend/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteCond %{REQUEST_METHOD} =PUT +RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA] |