Client portal URL gives a problem when not terminated with /
Collapse
X
-
Tags: None
-
Hello,
Usually, the webserver should automatically redirect to the same URL with added trailing slash when accessing a directory without a slash. You need to configure your webserver. In Apache, it's done with "DirectorySlash On".If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.👍 1 -
I think I was not entirely correct as I assumed it's a folder structure. Now I see that it's an internal application's URL handled by rewrite rules.
I think the best solution is to add a redirect to your webserver configuration, so that each time that URL without a slash is accessed, the webserver redirects it to the URL with an added slash.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment