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