How to put a redirect from site.ru// to site.ru/ ? Not able to configure at all.
# MODX supports Friendly URLs via this .htaccess file. php_flag display_errors on RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]