Hello, I would like to know if anyone can help me convert the .htaccess below, I tried to use the platform extension but it didn't work.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !(/$|\.)
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
RewriteCond...