remove trailing slash from /service-proxy-auth/
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:06:36 +0000 (17:06 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:06:36 +0000 (17:06 +0000)
there is no need for the slash

examples/apache2/mkws-examples

index 146846e..472071b 100644 (file)
@@ -7,7 +7,7 @@
     CustomLog /var/log/apache2/mkws-examples-access.log combined
 
     RewriteEngine on
-    RewriteRule /service-proxy-auth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P]
+    RewriteRule /service-proxy-auth http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P]
     #RewriteLog /var/log/apache2/mkws-examples-rewrite.log
     #RewriteLogLevel 9
 </VirtualHost>