From 111a827a63a6cc94c9528b18708c65f6c8f84047 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Thu, 9 Oct 2014 15:44:33 +0000 Subject: [PATCH] Removed trailing slash from v0 part of the uri --- html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/.htaccess b/html/.htaccess index 58ae91a49b..0b7faa983b 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -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/v0/(.*)$ api_v0.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)