Play with rewrite rules
continuous-integration/drone/push Build is passing Details

master
Clément FRÉVILLE 2 years ago
parent 6053c8af9c
commit a5aacae94f

@ -1,4 +1,5 @@
<Files *> <Files *>
Order Allow,Deny Order Allow,Deny
Deny from All Deny from All
RewriteRule ^(.*[^/])$ $1/ [R=301,L]
</Files> </Files>
Loading…
Cancel
Save