Author: grobmeier
Date: Tue Jul 10 18:33:16 2012
New Revision: 825300
Log:
optional ending slash
Modified:
websites/production/logging/content/log4php/.htaccess
Modified: websites/production/logging/content/log4php/.htaccess
==============================================================================
--- websites/production/logging/content/log4php/.htaccess (original)
+++ websites/production/logging/content/log4php/.htaccess Tue Jul 10 18:33:16
2012
@@ -1,3 +1,4 @@
RewriteEngine on
-RewriteCond %{REQUEST_URI} ^/log4php$
+RewriteCond %{REQUEST_URI} ^/log4php(/)?$
RewriteRule (.*) /log4php/2.x/$1
+