In config/routes.php
<?php
return array(
'account/profile/change_password' => 'users/account/change_password',
);
I can access site.com/users/account/change_password
and site.com/users/account/change_password
in the browser.
Is there a way to restrict it to the left side only (i.e. site.com/users/account/change_password
)?