Moved to version 0 of the api for release

This commit is contained in:
laf
2014-09-17 18:49:04 +01:00
parent e81ce9ff60
commit d40244cb06
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
RewriteRule ^api/v1/(.*)$ api_v1.php/$1 [L]
RewriteRule ^api/v0/(.*)$ api_v0.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)