diff --git a/docker/.htaccess b/docker/.htaccess index aa5afc1..8ed28bf 100644 --- a/docker/.htaccess +++ b/docker/.htaccess @@ -1,4 +1,5 @@ Order Allow,Deny Deny from All + RewriteRule ^(.*[^/])$ $1/ [R=301,L] \ No newline at end of file