On the drop-down menu, there are 3 options:
+ Strict URL – (Default) This is how all the sites have been set up.
Once selected, whatever your slug is, we use the strict version. It means that it should be the exact case sensitive slug. (/abc is Not the same as /abc/)
For example: Your slug is /abc, when you try to land on /abc/, you will only get the 404 page.
+ End URL with / – Once selected, this will make sure that whether the user types in a URL as /abc or /abc/ he will land on /abc/
+ End URL without / – Once selected, when the user types in /abc or /abc/ he will land on /abc
Click on SAVE CHANGES at the bottom of the page and you are done.